X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/fc100474c5d74b20b2576bd3a8f633746c0c6fb2..62790d76daf181a457d8f47741721967cd9cb7d9:/docker/api/config_databases.sh.in diff --git a/docker/api/config_databases.sh.in b/docker/api/config_databases.sh.in index 8c74c5a0ab..b548c2105b 100755 --- a/docker/api/config_databases.sh.in +++ b/docker/api/config_databases.sh.in @@ -8,8 +8,7 @@ alter role postgres with encrypted password '@@POSTGRES_ROOT_PW@@'; create user @@ARVADOS_DEV_USER@@ with encrypted password '@@ARVADOS_DEV_PW@@'; create database @@ARVADOS_DEV_DB@@ with owner @@ARVADOS_DEV_USER@@; -create user @@ARVADOS_TEST_USER@@ with encrypted password '@@ARVADOS_TEST_PW@@'; -create database @@ARVADOS_TEST_DB@@ with owner @@ARVADOS_TEST_USER@@; +create user @@ARVADOS_TEST_USER@@ with createdb encrypted password '@@ARVADOS_TEST_PW@@'; create user @@ARVADOS_PROD_USER@@ with encrypted password '@@ARVADOS_PROD_PW@@'; create database @@ARVADOS_PROD_DB@@ with owner @@ARVADOS_PROD_USER@@;