Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosp420 committed Oct 22, 2020
1 parent f367b6f commit 5edd405
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion run/docker/postgres/init-user-db.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e

DB_NAME="voseq"
DB_NAME="ins_db"
POSTGRES_USER="postgres"

echo "CREATING ${DB_NAME} DB for admin user ${POSTGRES_USER}"
Expand Down
4 changes: 2 additions & 2 deletions voseq_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ voseq:
http_port: 8081
https_port: 4431

ins_db:
name: ins_db
insdb:
name: insdb
http_port: 8082
https_port: 4432

Expand Down

0 comments on commit 5edd405

Please sign in to comment.