mirror of
https://github.com/YunoHost-Apps/tooljet_ynh.git
synced 2024-10-01 13:34:55 +02:00
Improve .env file
This commit is contained in:
parent
871f8ec740
commit
c4478cbbbc
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Create .env from this example file and replace values for the environment.
|
||||
# The application expects a separate .env.test for test environment configuration
|
||||
|
||||
TOOLJET_HOST=http://127.0.0.1:__PORT__
|
||||
TOOLJET_HOST=https://__DOMAIN____PATH__
|
||||
LOCKBOX_MASTER_KEY=__LOCKBOX_MASTER_KEY__
|
||||
SECRET_KEY_BASE=__SECRET_KEY_BASE__
|
||||
PORT=__PORT__
|
||||
|
@ -16,7 +16,7 @@ PG_HOST=localhost
|
|||
PG_PASS=__DB_PWD__
|
||||
|
||||
# Checks every 24 hours to see if a new version of ToolJet is available
|
||||
CHECK_FOR_UPDATES=check_if_updates_are_available
|
||||
CHECK_FOR_UPDATES=0
|
||||
|
||||
# EMAIL CONFIGURATION
|
||||
DEFAULT_FROM_EMAIL=__APP__@__DOMAIN__
|
||||
|
|
Loading…
Add table
Reference in a new issue