7 lines
144 B
Bash

PORT = 3000
## Store type 'local-storage' or 'redis' supported
STORE = local-storage
# use if STORE = redis
REDIS_URL = redis://localhost:6379