Skip to content

Commit

Permalink
update db, remove dist
Browse files Browse the repository at this point in the history
  • Loading branch information
nadar committed Dec 12, 2019
1 parent cc62110 commit 358c388
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .env.dist

This file was deleted.

4 changes: 2 additions & 2 deletions configs/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@
/*
// docker mysql config
$config->component('db', [
'dsn' => 'mysql:host=luya_db;dbname=luya_kickstarter_101',
'dsn' => 'mysql:host=luya_db;dbname=luya_kickstarter',
'username' => 'luya',
'password' => 'CHANGE_ME',
'password' => 'luya',
])->env(Config::ENV_LOCAL);
*/

Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ services:
- --character-set-server=utf8
- --collation-server=utf8_general_ci
environment:
MYSQL_ROOT_PASSWORD: CHANGE_ME
MYSQL_DATABASE: luya_kickstarter_101
MYSQL_ROOT_PASSWORD: luya
MYSQL_DATABASE: luya_kickstarter
MYSQL_USER: luya
MYSQL_PASSWORD: CHANGE_ME
MYSQL_PASSWORD: luya
luya_web:
image: luyadev/luya-docker-nginx
ports:
Expand Down

0 comments on commit 358c388

Please sign in to comment.