Skip to content

Commit

Permalink
Merge pull request #39 from vicradon/bugfix/change-db-names-in-setup-…
Browse files Browse the repository at this point in the history
…script

bugfix: change DB names in setup script
  • Loading branch information
vicradon authored Jul 19, 2024
2 parents 46cea05 + c15f726 commit a85a396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup_postgres.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
DB_PASSWORD="password"

# Define the databases and users
DATABASES=("development" "staging" "production")
DATABASES=("development_db" "staging_db" "production_db")
USERS=("development_user" "staging_user" "production_user")

# Check if the script is running as root (necessary for changing PostgreSQL settings)
Expand Down

0 comments on commit a85a396

Please sign in to comment.