mirror of
https://github.com/ArthurDanjou/artdanj-shortener.git
synced 2026-01-29 03:58:09 +01:00
Remove useless env variables
This commit is contained in:
@@ -1,23 +1,15 @@
|
||||
PORT=
|
||||
HOST=
|
||||
NODE_ENV=
|
||||
|
||||
APP_KEY=
|
||||
APP_NAME=
|
||||
APP_VERSION=
|
||||
APP_URL=
|
||||
|
||||
REDIS_CONNECTION=
|
||||
REDIS_HOST=
|
||||
REDIS_PORT=
|
||||
REDIS_PASSWORD=
|
||||
|
||||
DB_CONNECTION=
|
||||
|
||||
MYSQL_HOST=
|
||||
MYSQL_PORT=
|
||||
MYSQL_USER=
|
||||
MYSQL_PASSWORD=
|
||||
MYSQL_DB_NAME=
|
||||
|
||||
SESSION_DRIVER=
|
||||
|
||||
Reference in New Issue
Block a user