axiom/examples/fullstack/.env.example

5 lines
87 B
Text

PRODUCTION="0"
PORT=8080
APP_DATA_DIR=./data
DB_CONNDVR="sqlite3"
DB_CONNSTR="./db.db"