mirror of
https://github.com/we-promise/sure.git
synced 2026-04-07 06:21:23 +00: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:
@@ -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
|
||||
Reference in New Issue
Block a user