We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25b1f49 commit 4f1628eCopy full SHA for 4f1628e
1 file changed
docs/web_site_setup.md
@@ -95,8 +95,9 @@ Create an Apache configuration file at `/etc/httpd/conf.d/rcdb.conf`:
95
# Mount the RCDB web interface at /rcdb
96
WSGIScriptAlias /rcdb /group/halld/www/halldwebdev/html/rcdb/rcdb_www.wsgi
97
98
+ # If WSGI script is using RCDB_CONNECTION environment variable (not in this example)
99
# Set the database connection string
- SetEnv RCDB_CONNECTION "mysql://rcdb@hallddb.jlab.org/rcdb2"
100
+ # SetEnv RCDB_CONNECTION "mysql://rcdb@hallddb.jlab.org/rcdb2"
101
102
# If using a virtual environment, specify the python-home
103
# Uncomment the line below if using Option B (virtual environment)
0 commit comments