Skip to content

Commit

Permalink
some fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Oct 23, 2024
1 parent 93d0e0f commit 41311d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ix-dev/community/asigra-ds-system/ix_values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ consts:
postgres_container_name: postgres
perms_container_name: permissions
data_path: /data
db_name: asigra
db_user: asigra
db_name: dssystem
db_user: dssystem
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

{% set pg_conf = {
"user": values.consts.db_user,
"database": values.consts.db_name,
"database": "dummy",
"password": values.asigra.db_password,
"volume": values.storage.postgres_data,
} %}
Expand Down

0 comments on commit 41311d9

Please sign in to comment.