Set project name to "Cosmic" (#2)
* Change name to Cosmic * Update database credentials
This commit is contained in:
@@ -162,9 +162,9 @@ server:
|
||||
USE_THREAD_TRACKER: false #[SEVERE] This deadlock auditing thing will bloat the memory as fast as the time frame one takes to lose track of a raindrop on a tempesting day. Only for debugging purposes.
|
||||
|
||||
#Database Configuration
|
||||
DB_URL: "jdbc:mysql://localhost:3306/heavenms"
|
||||
DB_USER: "root"
|
||||
DB_PASS: ""
|
||||
DB_URL: "jdbc:mysql://localhost:3306/cosmic"
|
||||
DB_USER: "snail"
|
||||
DB_PASS: "shell"
|
||||
DB_CONNECTION_POOL: true #Installs a connection pool to hub DB connections. Set false to default.
|
||||
|
||||
#Login Configuration
|
||||
|
||||
Reference in New Issue
Block a user