mirror of
https://github.com/serty2005/rmser.git
synced 2026-02-04 19:02:33 -06:00
36 lines
1.0 KiB
YAML
36 lines
1.0 KiB
YAML
app:
|
|
port: "8080"
|
|
mode: "debug" # debug выводит цветные логи
|
|
drop_tables: false
|
|
storage_path: "./uploads"
|
|
public_url: "https://rmser.serty.top"
|
|
maintenance_mode: true
|
|
dev_ids: [665599275,2126923472] # Укажите здесь ваш ID и ID тестировщиков
|
|
|
|
db:
|
|
dsn: "host=postgres user=rmser password=mhrcadmin994525 dbname=rmser_db port=5432 sslmode=disable TimeZone=Europe/Moscow"
|
|
|
|
redis:
|
|
addr: "localhost:6379"
|
|
password: ""
|
|
db: 0
|
|
|
|
rms:
|
|
base_url: "https://rest-mesto-vstrechi.iiko.it" # Например http://95.12.34.56:8080
|
|
login: "MH"
|
|
password: "MhLevfqkexit632597" # Пароль в открытом виде (приложение само хеширует)
|
|
|
|
ocr:
|
|
service_url: "http://ocr-service:5005"
|
|
|
|
security:
|
|
secret_key: "mhrcadmin994525"
|
|
|
|
telegram:
|
|
token: "7858843765:AAE5HBQHbef4fGLoMDV91bhHZQFcnsBDcv4"
|
|
admin_ids: [665599275]
|
|
web_app_url: "https://rmser.serty.top"
|
|
|
|
yookassa:
|
|
shop_id: "1234397"
|
|
secret_key: "live_bRlT9tJRi1hvP7_-C6xjdmzNHpaz9rIs9G0gzv6OPA0" |