Former-commit-id: 16bf04722d14da571a8677fc2e126fd4a887d8e9
This commit is contained in:
Ben
2022-02-03 18:57:00 +00:00
parent 925af9cc9d
commit f6ee0e7fbc
4 changed files with 12 additions and 2 deletions

11
.env Normal file
View File

@@ -0,0 +1,11 @@
NODE_ENV=dev
PORT=80
PORT_DEV=8080
LOG_LEVEL=verbose
LOG_TARGET=file
LOG_PATH=logs.log
DATABASE_HOST=db/db.sqlite
DATABASE_HOST_DEV=db/dev.sqlite

2
.gitignore vendored
View File

@@ -1,3 +1,3 @@
node_modules/
.env
logs.log
db/image/

BIN
README.md

Binary file not shown.

View File

@@ -11,5 +11,4 @@ LOG_TARGET=console/filesystem/network
LOG_PATH=network ip/path
DATABASE_HOST=host
DATABASE_
```