X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/1c2902c9d8fe6d69517e5b870400aadb93863090..39e3f82b53db6a86f17ef1f7aa63a6c4ba155a1c:/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@@;