#1247 #1248 Feat: Cypress UI testing + Postgres Arg for installer

This commit is contained in:
Varun 2023-10-26 13:58:31 +11:00
parent d20be6f9d9
commit 8431fcd545
3 changed files with 3 additions and 3 deletions

View file

@ -68,4 +68,4 @@ services:
# network_mode: "host"
volumes:
mariadb-data:
#postgresql-data:
#postgresql-data:

View file

@ -210,7 +210,7 @@ def create_site_in_bench(args):
"new-site",
f"--db-host=mariadb", # Should match the compose service name
f"--db-type={args.db_type}", # Add the selected database type
f"--no-mariadb-socket ",
f"--no-mariadb-socket",
f"--db-root-password=123", # Replace with your PostgreSQL password
f"--admin-password={args.admin_password}",
]

View file

@ -101,4 +101,4 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
else
echo "Error: Unsupported operating system."
exit 1
fi
fi