Skip to content

Commit 22d5841

Browse files
committed
ci: add .env.example file
Signed-off-by: Fery Wardiyanto <[email protected]>
1 parent cdd7787 commit 22d5841

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.env.example

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
APP_URL=http://localhost:8000
2+
3+
DB_CONNECTION=mysql
4+
DB_HOST='127.0.0.1'
5+
DB_DATABASE=creasi_test
6+
DB_USERNAME=creasico
7+
DB_PASSWORD=

0 commit comments

Comments
 (0)