First commit
This commit is contained in:
commit
18c4054c7b
7 changed files with 1961 additions and 0 deletions
8
config/config.json
Normal file
8
config/config.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"port": 8000,
|
||||
|
||||
"database": {
|
||||
"type": "sqlite",
|
||||
"filename": "./mydb.sqlite"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue