Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OSUG
RESIF
ws-statistics
Commits
86ef362b
Commit
86ef362b
authored
May 28, 2021
by
Jonathan Schaeffer
Browse files
Update config.py, set same user in test mode as in production
parent
479a17dd
Changes
1
Hide whitespace changes
Inline
Side-by-side
config.py
View file @
86ef362b
...
@@ -17,7 +17,7 @@ class Config:
...
@@ -17,7 +17,7 @@ class Config:
PGDATABASE
=
"resifstats"
PGDATABASE
=
"resifstats"
elif
RUNMODE
==
"test"
:
elif
RUNMODE
==
"test"
:
PGHOST
=
"resif-pgpreprod.u-ga.fr"
PGHOST
=
"resif-pgpreprod.u-ga.fr"
PGUSER
=
"
resifstats_ro
"
PGUSER
=
"
wsstatistics
"
PGPORT
=
"5432"
PGPORT
=
"5432"
PGDATABASE
=
"resifstats"
PGDATABASE
=
"resifstats"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment