Skip to content

Commit f64bc6b

Browse files
authored
Add environment variables
1 parent 604e4b7 commit f64bc6b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

setup/web_server_configuration.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,11 @@ and increase web server performance:
121121
</Directory>
122122
ErrorLog /var/log/apache2/project_error.log
123123
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+
124129
</VirtualHost>
125130
126131
.. tip::

0 commit comments

Comments
 (0)