Commit 1fd46aee by jomon

env configuration changes

parent 6cf6e83e
...@@ -9,10 +9,10 @@ LINK_ASSETS=true ...@@ -9,10 +9,10 @@ LINK_ASSETS=true
# Databases # Databases
# --------- # ---------
DB_DSN = mysql:host=localhost;port=3306;dbname=yii2-starter-kit DB_DSN = mysql:host=localhost;port=3306;dbname=yii_libromi_web
DB_USERNAME = root DB_USERNAME = root
DB_PASSWORD = root DB_PASSWORD =
DB_TABLE_PREFIX = DB_TABLE_PREFIX = lw_
TEST_DB_DSN = mysql:host=localhost;port=3306;dbname=yii2-starter-kit TEST_DB_DSN = mysql:host=localhost;port=3306;dbname=yii2-starter-kit
TEST_DB_USERNAME = root TEST_DB_USERNAME = root
...@@ -20,9 +20,10 @@ TEST_DB_PASSWORD = root ...@@ -20,9 +20,10 @@ TEST_DB_PASSWORD = root
# Urls # Urls
# ---- # ----
FRONTEND_URL = http://yii2-starter-kit.dev FRONTEND_URL = http://libromi-web.en
BACKEND_URL = http://backend.yii2-starter-kit.dev USERPANEL_URL = http://userpanel.libromi-web.en
STORAGE_URL = http://storage.yii2-starter-kit.dev BACKEND_URL = http://admin.libromi-web.en
STORAGE_URL = http://storage.libromi-web.en
# Other # Other
# ----- # -----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment