# MYSQL_HOST="" # MYSQL_USER="" # MYSQL_PASSWORD="" # MYSQL_DATABASE="" # Enable the next line to display the debug bar in development mode # DEBUG_BAR=1 # Enable the following to allow opening files from exception displays in your # editor. Beware: You need to provide a full path for prefix your files since # the exception only displays the relative path. # # Variables being substituted: %{file} and %{line} # # EDITOR_URL="phpstorm://open?file=/%{file}&line=%{line}" # EDITOR_URL="vscode://file//%{file}:%{line}:0 # 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"