Add the release-monitoring stage db to the config
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
caf130a422
commit
c12a30acce
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ data:
|
|||
permanent_session_lifetime = 3600
|
||||
|
||||
{% if env == 'staging' %}
|
||||
db_url = "sqlite:////var/tmp/anitya-dev.sqlite"
|
||||
db_url = "postgresql://{{ anitya_stg_db_user }}:{{ anitya_stg_db_pass }}@{{ anitya_stg_db_host }}/{{ anitya_stg_db_name }}"
|
||||
{% else %}
|
||||
db_url = "postgresql://{{ anitya_db_user }}:{{ anitya_db_pass }}@{{ anitya_db_host }}/{{ anitya_db_name }}"
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue