mirror of
https://github.com/dnote/dnote
synced 2026-03-18 08:19:55 +01:00
11 lines
176 B
Text
11 lines
176 B
Text
GO_ENV=DEVELOPMENT
|
|
|
|
DBHost=localhost
|
|
DBPost=5432
|
|
DBName=dnote
|
|
DBUser=postgres
|
|
DBPassword=
|
|
|
|
SmtpUsername=mock-SmtpUsername
|
|
SmtpPassword=mock-SmtpPassword
|
|
SmtpHost=mock-SmtpHost
|