mirror of https://github.com/xfarrow/blink
Update .env
This commit is contained in:
parent
347d722537
commit
84f11b9a23
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
# API server settings
|
# API server settings
|
||||||
API_SERVER_PORT = 3000
|
API_SERVER_PORT = 3000
|
||||||
JWT_SECRET_KEY = jwt-secret # Change this
|
JWT_SECRET_KEY = jwt-secret # Change this in production
|
||||||
LIMITER_WINDOW = 3600000 # 1 hour in milliseconds
|
LIMITER_WINDOW = 3600000 # Milliseconds in limiter window
|
||||||
LIMITER_MAXIMUM_PER_WINDOW = 500 # 500 requests for each window
|
LIMITER_MAXIMUM_PER_WINDOW = 500 # Requests for each limiter window
|
||||||
|
|
||||||
# Database settings
|
# Database settings
|
||||||
POSTGRES_SERVER = localhost
|
POSTGRES_SERVER = localhost
|
||||||
|
|
Loading…
Reference in New Issue