2023-10-12 21:23:14 -05:00

7 lines
153 B
Bash

PORT = 3000
## Store type 'local-storage' or 'redis' supported
STORE_PROVIDER = redis
# for example if STORE = redis
STORE_URL = redis://localhost:6379