We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f64bc6b commit 45c2939Copy full SHA for 45c2939
setup/web_server_configuration.rst
@@ -122,10 +122,10 @@ and increase web server performance:
122
ErrorLog /var/log/apache2/project_error.log
123
CustomLog /var/log/apache2/project_access.log combined
124
125
- SetEnv APP_ENV prod
126
- SetEnv APP_SECRET <app-secret-id>
127
- SetEnv DATABASE_URL "mysql://db_user:db_pass@host:3306/db_name"
128
-
+ # optionally set the value of the environment variables used in the application
+ #SetEnv APP_ENV prod
+ #SetEnv APP_SECRET <app-secret-id>
+ #SetEnv DATABASE_URL "mysql://db_user:db_pass@host:3306/db_name"
129
</VirtualHost>
130
131
.. tip::
0 commit comments