Compare commits
2 Commits
90d338b303
...
e44dca5a73
Author | SHA1 | Date |
---|---|---|
![]() |
e44dca5a73 | 2 years ago |
![]() |
55fe7de241 | 2 years ago |
@ -1,5 +1,14 @@
|
||||
# copy this to env and it will be sourced by the appropriate services
|
||||
|
||||
# domain your services will be running on
|
||||
DOMAIN=localhost
|
||||
|
||||
SMTP_USER=admin
|
||||
SMTP_HOST=localhost
|
||||
SMTP_PORT=587
|
||||
# admin user for auth
|
||||
ADMIN_USER=
|
||||
ADMIN_PASS=
|
||||
|
||||
# used for sending notifications and reset passwords
|
||||
SMTP_HOST=
|
||||
SMTP_PORT=
|
||||
SMTP_USER=
|
||||
SMTP_PASS=
|
||||
|
Loading…
Reference in new issue