Skip to content

Commit

Permalink
Add ergochat db to init-db.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikah45 committed Jan 5, 2024
1 parent a589fa7 commit 6ecbd88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/init-db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ create "faf-wordpress" "faf-wordpress" "${MYSQL_WORDPRESS_PASSWORD}"
create "${LEAGUE_DATABASE}" "faf-java-api" "${MYSQL_JAVA_API_PASSWORD}"
create "${LEAGUE_DATABASE}" "faf-league-service" "${LEAGUE_SERVICE_PASSWORD}"
create "hydra" "hydra" "${HYDRA_PASSWORD}" "CHARSET utf8mb4 COLLATE utf8mb4_unicode_ci"
create "ergochat" "ergochat" "${ERGOCHAT_PASSWORD}"

# Allows faf-mysql-exporter to read metrics. It is recommended to set a max connection limit for the user to avoid
# overloading the server with monitoring scrapes under heavy load.
Expand Down

0 comments on commit 6ecbd88

Please sign in to comment.