From bc06e8330a060974a4bac4b2fb04b613577629ae Mon Sep 17 00:00:00 2001 From: Mark Friedrich Date: Tue, 31 Oct 2017 22:11:57 +0100 Subject: [PATCH] - Added new "Universe" DB credentials to environment.ini --- app/environment.ini | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/app/environment.ini b/app/environment.ini index 7bc6ecc1..803f9daf 100644 --- a/app/environment.ini +++ b/app/environment.ini @@ -20,6 +20,12 @@ DB_PF_NAME = pathfinder DB_PF_USER = root DB_PF_PASS = +; Universe data (New Eden) cache DB for ESI API respons +DB_UNIVERSE_DNS = mysql:host=localhost;port=3306;dbname= +DB_UNIVERSE_NAME = eve_universe +DB_UNIVERSE_USER = root +DB_UNIVERSE_PASS = + ; EVE-Online CCP database export DB_CCP_DNS = mysql:host=localhost;port=3306;dbname= DB_CCP_NAME = eve_lifeblood_min @@ -66,6 +72,12 @@ DB_PF_NAME = DB_PF_USER = DB_PF_PASS = +; Universe data (New Eden) cache DB for ESI API respons +DB_UNIVERSE_DNS = mysql:host=localhost;port=3306;dbname= +DB_UNIVERSE_NAME = +DB_UNIVERSE_USER = +DB_UNIVERSE_PASS = + ; EVE-Online CCP Database export DB_CCP_DNS = mysql:host=localhost;port=3306;dbname= DB_CCP_NAME =