docs
Former-commit-id: 16bf04722d14da571a8677fc2e126fd4a887d8e9
This commit is contained in:
11
.env
Normal file
11
.env
Normal 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
2
.gitignore
vendored
@@ -1,3 +1,3 @@
|
||||
node_modules/
|
||||
.env
|
||||
logs.log
|
||||
db/image/
|
||||
|
||||
@@ -11,5 +11,4 @@ LOG_TARGET=console/filesystem/network
|
||||
LOG_PATH=network ip/path
|
||||
|
||||
DATABASE_HOST=host
|
||||
DATABASE_
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user