Compare commits
No commits in common. 'e44dca5a730d26a030fb1fd0f85a901fb866d458' and '90d338b303dc9c600bdd79b2e82d219b872b7765' have entirely different histories.
e44dca5a73
...
90d338b303
@ -1,14 +1,5 @@
|
||||
# copy this to env and it will be sourced by the appropriate services
|
||||
|
||||
# domain your services will be running on
|
||||
DOMAIN=localhost
|
||||
|
||||
# admin user for auth
|
||||
ADMIN_USER=
|
||||
ADMIN_PASS=
|
||||
|
||||
# used for sending notifications and reset passwords
|
||||
SMTP_HOST=
|
||||
SMTP_PORT=
|
||||
SMTP_USER=
|
||||
SMTP_PASS=
|
||||
SMTP_USER=admin
|
||||
SMTP_HOST=localhost
|
||||
SMTP_PORT=587
|
||||
|
Loading…
Reference in new issue