7 lines
153 B
Bash
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 |