dnote/pkg/server/.env.dev
Sung Won Cho 2c82e36f7a
Require database connection configuraton (#228)
* Require explicit configuration for database connection

* Test validation

* Remove stutter

* Only use packr for self hosting

* Restart server upon change
2019-07-24 17:32:12 +10:00

11 lines
176 B
Text

GO_ENV=DEVELOPMENT
DBHost=localhost
DBPort=5432
DBName=dnote
DBUser=postgres
DBPassword=
SmtpUsername=mock-SmtpUsername
SmtpPassword=mock-SmtpPassword
SmtpHost=mock-SmtpHost