mirror of
https://github.com/dnote/dnote
synced 2026-03-16 15:35:52 +01:00
16 lines
266 B
Text
16 lines
266 B
Text
GO_ENV=TEST
|
|
|
|
DBHost=localhost
|
|
DBPort=5432
|
|
DBName=dnote_test
|
|
DBUser=postgres
|
|
DBPassword=postgres
|
|
DBSkipSSL=true
|
|
|
|
SmtpUsername=mock-SmtpUsername
|
|
SmtpPassword=mock-SmtpPassword
|
|
SmtpHost=mock-SmtpHost
|
|
SmtpPort=465
|
|
|
|
WebURL=http://localhost:3000
|
|
DisableRegistration=false
|