refactor: Switching to a cron system for tasks, restructuring service and status models
Added response time field for Status model, set log level from ENV
This commit is contained in:
10
.env
10
.env
@@ -1,11 +1,19 @@
|
||||
APP_HOST=http://localhost:8080
|
||||
APP_TZ=Europe/Moscow
|
||||
|
||||
# panic
|
||||
# fatal
|
||||
# error
|
||||
# warn
|
||||
# info
|
||||
# debug
|
||||
LOG_LEVEL=debug
|
||||
|
||||
DATABASE_HOST=localhost
|
||||
DATABASE_PORT=5444
|
||||
DATABASE_USER=status
|
||||
DATABASE_PASS=status
|
||||
DATABASE_DB=status
|
||||
DATABASE_TZ=Europe/Moscow
|
||||
|
||||
RABBIT_USER=user
|
||||
RABBIT_PASSWORD=user
|
||||
|
||||
Reference in New Issue
Block a user