From 9466af400d5b981232da6d9ffa4a2227098e740e Mon Sep 17 00:00:00 2001 From: Anthony Mineo Date: Wed, 28 Apr 2021 19:47:41 -0400 Subject: [PATCH] Add additional vars that were previously set in docker-compose --- .env.example | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.env.example b/.env.example index a32e4da..a31ac64 100644 --- a/.env.example +++ b/.env.example @@ -7,10 +7,14 @@ POSTGRES_PASSWORD="dev" FTP_HOST="127.0.0.1" FTP_USER="user" FTP_PW="pw" +FTP_PATH="/path/to/stats" # API DB Connection DATABASE_HOST="db" DATABASE_PORT="5432" DATABASE_USER="dev" DATABASE_PASSWORD="dev" -DATABASE_NAME="t2_stats" \ No newline at end of file +DATABASE_NAME="t2_stats" + +NODE_ENV="development" +APP_NAME="T2StatsAPI" \ No newline at end of file