Lucas Villeneuve 5 лет назад
Родитель
Сommit
cedc4ebe31
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      myanimebot.example.conf

+ 4 - 4
myanimebot.example.conf

@@ -8,10 +8,10 @@ logLevel = INFO
 logPath = logs/myanimebot.log
 logPath = logs/myanimebot.log
 
 
 # Database configuration
 # Database configuration
-dbHost = localhost
-dbUser = myanimebot
-dbPassword = myPassword
-dbName = myanimebot
+dbHost = $DB_HOST
+dbUser = $DB_USER
+dbPassword = $DB_PASSWORD
+dbName = $DB_NAME
 
 
 # timezone (should be the same as the DB and your Linux system)
 # timezone (should be the same as the DB and your Linux system)
 timezone = Europe/Paris
 timezone = Europe/Paris