Update .env.example
This commit is contained in:
parent
2125a7ffdb
commit
a394fb8757
|
@ -24,3 +24,9 @@ MESH_PERSISTENT_CONFIG=0
|
|||
# database settings
|
||||
POSTGRES_USER=postgres
|
||||
POSTGRES_PASS=postgrespass
|
||||
|
||||
# enable/disable web terminal
|
||||
TRMM_DISABLE_WEB_TERMINAL=False
|
||||
|
||||
# enable/disable server side scripts
|
||||
TRMM_DISABLE_SERVER_SCRIPTS=False
|
||||
|
|
Loading…
Reference in New Issue