Use root db user by default

This commit is contained in:
P0nk
2024-05-09 22:08:28 +02:00
parent 7d42870abd
commit 0eb78e2d9e
4 changed files with 17 additions and 11 deletions

View File

@@ -161,8 +161,8 @@ server:
#Database Configuration
DB_URL_FORMAT: "jdbc:mysql://%s:3306/cosmic" # If the docker ENV for DB_HOST is anything but "db", this string format should be changed from 3306 to 3307 (or whichever port it was changed to in docker)
DB_HOST: "localhost"
DB_USER: "cosmic_server"
DB_PASS: "snailshell"
DB_USER: "root"
DB_PASS: ""
INIT_CONNECTION_POOL_TIMEOUT: 90 # Seconds
#Login Configuration