Skip to content

Commit 45c2939

Browse files
Commented the env vars and mentioned that they are optional
1 parent f64bc6b commit 45c2939

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup/web_server_configuration.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,10 +122,10 @@ and increase web server performance:
122122
ErrorLog /var/log/apache2/project_error.log
123123
CustomLog /var/log/apache2/project_access.log combined
124124
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-
125+
# optionally set the value of the environment variables used in the application
126+
#SetEnv APP_ENV prod
127+
#SetEnv APP_SECRET <app-secret-id>
128+
#SetEnv DATABASE_URL "mysql://db_user:db_pass@host:3306/db_name"
129129
</VirtualHost>
130130
131131
.. tip::

0 commit comments

Comments
 (0)