mirror of
https://github.com/ArthurDanjou/artdanj-api.git
synced 2026-01-14 12:14:33 +01:00
initital commit
This commit is contained in:
28
.env.example
Normal file
28
.env.example
Normal file
@@ -0,0 +1,28 @@
|
||||
PORT=
|
||||
HOST=
|
||||
NODE_ENV=
|
||||
APP_KEY=
|
||||
APP_NAME=
|
||||
|
||||
DB_CONNECTION=
|
||||
|
||||
MYSQL_HOST=
|
||||
MYSQL_PORT=
|
||||
MYSQL_USER=
|
||||
MYSQL_PASSWORD=
|
||||
MYSQL_DB_NAME=
|
||||
|
||||
SESSION_DRIVER=
|
||||
|
||||
REDIS_CONNECTION=
|
||||
REDIS_PORT=
|
||||
REDIS_DB=
|
||||
REDIS_HOST=
|
||||
REDIS_PASSWORD=
|
||||
|
||||
SMTP_HOST=
|
||||
SMTP_PORT=
|
||||
SMTP_USERNAME=
|
||||
SMTP_PASSWORD=
|
||||
|
||||
MAILGUN_API_KEY=
|
||||
Reference in New Issue
Block a user