Fix typo, fedocal does not use the nuancier database
This commit is contained in:
parent
3da54da606
commit
429a3de480
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ script_location = /usr/share/fedocal/alembic
|
|||
# revision_environment = false
|
||||
|
||||
#sqlalchemy.url = postgresql://<%= fedocal_app %>:<%= fedocal_appPassword %>@db-fedocal/fedocal
|
||||
sqlalchemy.url = postgresql://{{ fedocal_db_user }}:{{ fedocal_db_pass }}@{{ fedocal_db_host }}/{{ nuancier_db_name }}
|
||||
sqlalchemy.url = postgresql://{{ fedocal_db_user }}:{{ fedocal_db_pass }}@{{ fedocal_db_host }}/{{ fedocal_db_name }}
|
||||
|
||||
|
||||
# Logging configuration
|
||||
|
|
|
@ -7,7 +7,7 @@ SECRET_KEY='{{ fedocal_secret_key }}'
|
|||
#DB_URL=mysql://user:pass@host/db_name
|
||||
#DB_URL=postgres://user:pass@host/db_name
|
||||
#DB_URL="postgresql://<%= fedocal_app %>:<%= fedocal_appPassword %>@db-fedocal/fedocal"
|
||||
DB_URL='postgresql://{{ fedocal_db_user }}:{{ fedocal_db_pass }}@{{ fedocal_db_host }}/{{ nuancier_db_name }}'
|
||||
DB_URL='postgresql://{{ fedocal_db_user }}:{{ fedocal_db_pass }}@{{ fedocal_db_host }}/{{ fedocal_db_name }}'
|
||||
|
||||
|
||||
### The FAS group in which the admin of fedocal are
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue