8 lines
81 B
Bash
8 lines
81 B
Bash
SECRET=secret
|
|
TOKEN_TTL=1209600
|
|
|
|
# CACHE
|
|
REDIS_HOST=localhost
|
|
CACHE_TTL=7776000
|
|
|