4 lines
161 B
Bash
4 lines
161 B
Bash
# Define storage type for the app
|
|
# inmemory (default) - store data in memory (non-persistent)
|
|
# postgres - store data in postgres database
|
|
APP_STORAGE=inmemory
|