Adjust the sqlalchemy url, we need to use the outside IP address to get in
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
f4910ff579
commit
039eceae55
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ config = {
|
|||
# expect the amount of data it generates to grow pretty steadily over time
|
||||
# and we don't want *read* operations on that database to slow down all our
|
||||
# other apps.
|
||||
'datanommer.sqlalchemy.url': 'postgresql://{{ datanommer_user }}:{{ datanommer_password }}@localhost/datanommer',
|
||||
'datanommer.sqlalchemy.url': 'postgresql://{{ datanommer_user }}:{{ datanommer_password }}@100.26.18.234:5432/datanommer',
|
||||
|
||||
# Only allow ajax/websockets connections back to our domains.
|
||||
# https://github.com/fedora-infra/datagrepper/pull/192
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue