X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/904c1bc0aa5d524b8335f964b20555362497c7c1..1b452d6b3903bac1ccd71b2bb2d9884ae1274f44:/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@@;