mirror of
https://github.com/dnote/dnote
synced 2026-03-15 23:15:50 +01:00
* Allow to disable registration * Document changes * Add env vars to templates * Fix test * fix
16 lines
258 B
Text
16 lines
258 B
Text
GO_ENV=TEST
|
|
|
|
DBHost=localhost
|
|
DBPort=5432
|
|
DBName=dnote_test
|
|
DBUser=postgres
|
|
DBPassword=
|
|
DBSkipSSL=true
|
|
|
|
SmtpUsername=mock-SmtpUsername
|
|
SmtpPassword=mock-SmtpPassword
|
|
SmtpHost=mock-SmtpHost
|
|
SmtpPort=465
|
|
|
|
WebURL=http://localhost:3000
|
|
DisableRegistration=false
|