Initial commit
This commit is contained in:
31
configs/config.yaml
Normal file
31
configs/config.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
application:
|
||||
host: ""
|
||||
port: 25156
|
||||
api-key: ""
|
||||
debug: "true"
|
||||
process:
|
||||
start_hour: 6
|
||||
stop_hour: 23
|
||||
logs_ep:
|
||||
enabled: "true"
|
||||
max_records: 100
|
||||
|
||||
notifications:
|
||||
tg:
|
||||
token: !secret token
|
||||
chat_id: !secret chat_id
|
||||
matrix:
|
||||
use_matrix: "true"
|
||||
mx_server: !secret mx_server
|
||||
mx_room_id: !secret mx_room_id
|
||||
mx_access_token: !secret mx_access_token
|
||||
|
||||
data:
|
||||
account: !secret account
|
||||
settlement: !secret settlement
|
||||
street: !secret street
|
||||
house: !secret house
|
||||
building_part_number: ""
|
||||
apartment: !secret apartment
|
||||
|
||||
mentions: !secret mentions
|
||||
Reference in New Issue
Block a user