FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
maplephp/.env at develop · maplephp/maplephp · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
maplephp
/
maplephp
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
maplephp
/
.env
Copy path
More file actions
More file actions
Latest commit
History
History
History
20 lines (16 loc) · 395 Bytes
Breadcrumbs
maplephp
/
.env
Copy path
File metadata and controls
20 lines (16 loc) · 395 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
APP_TITLE
=
"
My App
"
#
development, test, staging, production
APP_ENV
=
"
development
"
#
Database driver: mysql | sqlite
#
DB_CONNECTION="sqlite"
#
DB_DATABASE="database.sqlite"
#
MySQL
#
DB_CONNECTION="mysql"
#
DB_DATABASE="my_database"
#
DB_HOST="127.0.0.1"
#
DB_PORT="3306"
#
DB_USERNAME="root"
#
DB_PASSWORD="secret"
#
Optional but recommended
#
DB_CHARSET="utf8mb4"
#
DB_COLLATION="utf8mb4_unicode_ci"
Back
|
FazBrowse Home
|
New Git URL