5 lines
161 B
Bash
5 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
|