budibase .env
This commit is contained in:
@@ -23,9 +23,15 @@ BUDIBASE_ENVIRONMENT=PRODUCTION
|
|||||||
SQL_MAX_ROWS=
|
SQL_MAX_ROWS=
|
||||||
|
|
||||||
# An admin user can be automatically created initially if these are set
|
# An admin user can be automatically created initially if these are set
|
||||||
BB_ADMIN_USER_EMAIL=
|
BB_ADMIN_USER_EMAIL="soenke@domroese.eu"
|
||||||
BB_ADMIN_USER_PASSWORD=
|
BB_ADMIN_USER_PASSWORD="UnrealT!24"
|
||||||
|
|
||||||
# A path that is watched for plugin bundles. Any bundles found are imported automatically/
|
# A path that is watched for plugin bundles. Any bundles found are imported automatically/
|
||||||
PLUGINS_DIR=
|
PLUGINS_DIR=
|
||||||
ROLLING_LOG_MAX_SIZE=
|
ROLLING_LOG_MAX_SIZE=
|
||||||
|
|
||||||
|
SMTP_USER=${SYSTEM_EMAIL_USER}
|
||||||
|
SMTP_PASSWORD=${SYSTEM_EMAIL_PASSSWORD}
|
||||||
|
SMTP_HOST=${SYSTEM_EMAIL_SMTP_HOST}
|
||||||
|
SMTP_PORT=${SYSTEM_EMAIL_SMTP_PORT}
|
||||||
|
SMTP_FROM_ADDRESS=${SYSTEM_EMAIL_USER}
|
||||||
|
|||||||
Reference in New Issue
Block a user