1
0
Fork 0
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:
Muhammed Kılıç 2024-02-07 04:32:19 +03:00 committed by GitHub
parent bb1cdc1a98
commit 2ccb52056d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 11 additions and 1 deletions

View file

@ -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