mirror of https://github.com/flarum/flarum
Toby Zerner
9 years ago
23 changed files with 11 additions and 28 deletions
@ -1,3 +1,3 @@
|
||||
[submodule "system/core"] |
||||
path = system/core |
||||
[submodule "flarum/core"] |
||||
path = flarum/core |
||||
url = https://github.com/flarum/core.git |
||||
|
@ -1,17 +0,0 @@
|
||||
APP_ENV=local |
||||
APP_DEBUG=true |
||||
APP_KEY=SomeRandomString |
||||
|
||||
DB_HOST=localhost |
||||
DB_DATABASE=flarum |
||||
DB_USERNAME=root |
||||
DB_PASSWORD=root |
||||
|
||||
CACHE_DRIVER=file |
||||
SESSION_DRIVER=file |
||||
|
||||
MAIL_DRIVER=smtp |
||||
MAIL_HOST=mailtrap.io |
||||
MAIL_PORT=2525 |
||||
MAIL_USERNAME=null |
||||
MAIL_PASSWORD=null |
Loading…
Reference in new issue