diff options
Diffstat (limited to '.env.dist')
| -rw-r--r-- | .env.dist | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.env.dist b/.env.dist new file mode 100644 index 0000000..e22ca4d --- /dev/null +++ b/.env.dist @@ -0,0 +1,17 @@ +# MYSQL_HOST="" +# MYSQL_USER="" +# MYSQL_PASSWORD="" +# MYSQL_DATABASE="" + +# DEBUG_BAR="1" // Enable to display the debug bar in development mode + +# STUDIP_CACHING_ENABLE="" +# STUDIP_CACHE_IS_SESSION_STORAGE="" +# STUDIP_ENV="" +# STUDIP_MAIL_TRANSPORT="" +# STUDIP_PLUGINS_UPLOAD_ENABLE="" + +## You may also change configuration settings from the environment. To do so, prefix the configuration name with +## "STUDIP_CONFIG_". Example for changing the site name: +# +# STUDIP_CONFIG_UNI_NAME_CLEAN="new uni name" |
