Skip to content

Commit 505b85e

Browse files
committed
Revert "chore: removed .env file"
This reverts commit 6c72c64.
1 parent 6c72c64 commit 505b85e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.env

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
APP_PORT=4000
2+
APP_RATE_LIMIT=100
3+
APP_RATE_LIMIT_WINDOW=3000
4+
LOG_LEVEL=INFO # DEBUG, INFO, ERROR
5+
6+
# Switcher API
7+
SWITCHER_URL=https://api.switcherapi.com
8+
SWITCHER_API_KEY=
9+
SWITCHER_ENVIRONMENT=test
10+
SWITCHER_LOCAL=true
11+
SWITCHER_REGEX_SAFE=false
12+
SWITCHER_SNAPSHOT_LOCATION=./snapshot/
13+
SWITCHER_SNAPSHOT_LOAD=false
14+
SWITCHER_SNAPSHOT_UPDATE_INTERVAL=

0 commit comments

Comments
 (0)