Skip to content

Commit f5ccf95

Browse files
committed
Merge branch 'release/2.0.0-beta.2'
2 parents 3434cf0 + 0c3d872 commit f5ccf95

File tree

34 files changed

+14250
-537
lines changed

34 files changed

+14250
-537
lines changed

.env.example

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
APP_ENV=local
22
APP_DEBUG=true
33
APP_KEY=SomeRandomString
4-
APP_URL=http://localhost
4+
APP_URL=http://LINK_TO_YOUR_PANEL
55

6-
DB_HOST=localhost
7-
DB_DATABASE=homestead
8-
DB_USERNAME=homestead
9-
DB_PASSWORD=secret
6+
DB_HOST_PANEL=localhost
7+
DB_DATABASE_PANEL=forge
8+
DB_USERNAME_PANEL=forge
9+
DB_PASSWORD_PANEL=
10+
DB_PREFIX_PANEL=webpanel_
11+
12+
DB_HOST_STORE=localhost
13+
DB_DATABASE_STORE=forge
14+
DB_USERNAME_STORE=forge
15+
DB_PASSWORD_STORE=
16+
DB_PREFIX_STORE=store_
1017

1118
CACHE_DRIVER=file
1219
SESSION_DRIVER=file
@@ -15,7 +22,7 @@ QUEUE_DRIVER=sync
1522
MAIL_DRIVER=smtp
1623
MAIL_HOST=mailtrap.io
1724
MAIL_PORT=2525
18-
MAIL_USERNAME=null
19-
MAIL_PASSWORD=null
20-
MAIL_FROM_ADR=null
21-
MAIL_FROM_NAME=null
25+
MAIL_USERNAME=
26+
MAIL_PASSWORD=
27+
MAIL_FROM_ADR=
28+
MAIL_FROM_NAME=Store WebPanel

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
/vendor
33
/node_modules
44
.env
5+
tests/logs/output.html
6+
tests/tests/logs/output.html

0 commit comments

Comments
 (0)