UNPKG
foalts2-cli
Version:
latest (2.12.0)
2.12.0
CLI tool for FoalTS
github.com/FoalTS
FoalTS/foal
foalts2-cli
/
lib
/
generate
/
templates
/
app
/
config
/
default.json
14 lines
(13 loc)
•
211 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"port"
:
"env(PORT)"
,
"settings"
: {
"loggerFormat"
:
"tiny"
,
"session"
: {
"store"
:
"
@foal
/typeorm"
} },
"database"
: {
"type"
:
"better-sqlite3"
,
"database"
:
"./db.sqlite3"
} }