You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 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=
|