mirror of
https://github.com/dnote/dnote
synced 2026-03-15 15:05:51 +01:00
14 lines
219 B
Text
14 lines
219 B
Text
GO_ENV=DEVELOPMENT
|
|
|
|
DBHost=localhost
|
|
DBPort=5432
|
|
DBName=dnote
|
|
DBUser=postgres
|
|
DBPassword=
|
|
|
|
SmtpUsername=mock-SmtpUsername
|
|
SmtpPassword=mock-SmtpPassword
|
|
SmtpHost=mock-SmtpHost
|
|
SmtpPort=465
|
|
|
|
WebURL=http://localhost:3000
|