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
|
DOMAIN=localhost
|
||||||
|
|
||||||
SMTP_USER=admin
|
# admin user for auth
|
||||||
SMTP_HOST=localhost
|
ADMIN_USER=
|
||||||
SMTP_PORT=587
|
ADMIN_PASS=
|
||||||
|
|
||||||
|
# used for sending notifications and reset passwords
|
||||||
|
SMTP_HOST=
|
||||||
|
SMTP_PORT=
|
||||||
|
SMTP_USER=
|
||||||
|
SMTP_PASS=
|
||||||
|
Loading…
Reference in new issue