forked from goffee/core
10 lines
178 B
Bash
10 lines
178 B
Bash
#################################
|
|
### Env Vars ###
|
|
#################################
|
|
KEY_ONE=VAL_ONE
|
|
KEY_TWO=VAL_TWO
|
|
|
|
|
|
# SQLITE
|
|
SQLITE_DB=testingdata/db.sqlite
|
|
|