This commit is contained in:
hackerESQ
2025-01-26 21:08:48 -06:00
parent 1201c248ee
commit 497efcfa76
2 changed files with 2 additions and 4 deletions
+1 -4
View File
@@ -1,9 +1,6 @@
# Generate a secure key using `openssl rand -base64 32`
APP_KEY=
# Timezone used internally
APP_TIMEZONE=UTC
# Port for NGINX to listen on
APP_PORT=8000
@@ -33,7 +30,6 @@ MARKET_DATA_REFRESH=30
DAILY_CHANGE_TIME=
#### Advanced configurations ####
ENABLED_LOGIN_PROVIDERS=
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
@@ -45,6 +41,7 @@ FACEBOOK_CLIENT_ID=
FACEBOOK_CLIENT_SECRET=
APP_NAME=Investbrain
APP_TIMEZONE=UTC
APP_ENV=production
APP_DEBUG=true
APP_LOCALE=en