mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-02 20:15:22 +02:00
Add dotenv-rails gem to fix environment variable error for db setup (#334)
* Add dotenv-rails gem to fix environment variable error for db setup * Add environment variables * Add default database values to environment variables
This commit is contained in:
parent
bb1cdc1a98
commit
2ccb52056d
3 changed files with 11 additions and 1 deletions
|
@ -12,4 +12,9 @@ SMTP_ADDRESS=
|
|||
SMTP_PORT=465
|
||||
SMTP_USERNAME=
|
||||
SMTP_PASSWORD=
|
||||
TLS=true
|
||||
TLS=true
|
||||
|
||||
# Database Configuration
|
||||
DB_HOST=localhost
|
||||
POSTGRES_PASSWORD=postgres
|
||||
POSTGRES_USER=postgres
|
Loading…
Add table
Add a link
Reference in a new issue