Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OSUG
RESIF
ws-statistics
Commits
12fdf766
Commit
12fdf766
authored
Dec 08, 2020
by
Jonathan Schaeffer
Browse files
Changement du PGUSER par défaut en prod
parent
fb90ea53
Changes
1
Hide whitespace changes
Inline
Side-by-side
config.py
View file @
12fdf766
...
...
@@ -12,7 +12,7 @@ class Config:
RUNMODE
=
os
.
environ
.
get
(
"RUNMODE"
)
if
RUNMODE
==
"production"
:
PGHOST
=
"resif-pgprod.u-ga.fr"
PGUSER
=
"
resifstats_ro
"
PGUSER
=
"
wsstatistics
"
PGPORT
=
"5432"
PGDATABASE
=
"resifstats"
elif
RUNMODE
==
"test"
:
...
...
Write
Preview
Markdown
is supported
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