#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

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