forked from noxious/server
Removed config variable
This commit is contained in:
@ -12,7 +12,6 @@ class config {
|
||||
|
||||
// Database configuration
|
||||
static REDIS_URL: string = process.env.REDIS_URL || 'redis://@127.0.0.1:6379/4'
|
||||
static DATABASE_URL: string = process.env.DATABASE_URL || 'mysql://root@localhost:3306/game'
|
||||
static DB_HOST: string = process.env.DB_HOST || 'localhost'
|
||||
static DB_USER: string = process.env.DB_USER || 'root'
|
||||
static DB_PASS: string = process.env.DB_PASS || ''
|
||||
|
Reference in New Issue
Block a user