31 lines
944 B
YAML
31 lines
944 B
YAML
|
|
web:
|
||
|
|
listen_address: localhost:29325
|
||
|
|
username: ganome
|
||
|
|
password_hash: $2a$12$giGYYTQnnLkuE6/VLXDEruCZYkiAKHL6npAauYGQ14dxd8Ae5rr7W
|
||
|
|
token_key: xCBxvT28CN9K13BiEGh8oBlbk0H6jThamFXisf3Hlm906qDv4agRLVFtwbi16qbJ
|
||
|
|
debug_endpoints: false
|
||
|
|
event_buffer_size: 512
|
||
|
|
origin_patterns:
|
||
|
|
- localhost:*
|
||
|
|
- '*.localhost:*'
|
||
|
|
insecure_cookies: false
|
||
|
|
matrix:
|
||
|
|
disable_http2: false
|
||
|
|
set_presence: offline
|
||
|
|
push:
|
||
|
|
fcm_gateway: https://push.gomuks.app
|
||
|
|
vapid_private_key: WyO_jPtVLCa2ul5Q5bkiCIljE9Q2wvAYjZjxBxqoSog
|
||
|
|
vapid_public_key: BHSIy5no1q521bM-icWgerMT5jap0HKNieXfhnLcB9I7SuI2tFoFmUwwixXsnikb4wJoMwlN2ONiroAJNOeEKtA
|
||
|
|
media:
|
||
|
|
thumbnail_size: 120
|
||
|
|
logging:
|
||
|
|
writers:
|
||
|
|
- type: stdout
|
||
|
|
format: pretty-colored
|
||
|
|
- type: file
|
||
|
|
format: json
|
||
|
|
filename: /home/ganome/.local/state/gomuks/gomuks.log
|
||
|
|
max_size: 100
|
||
|
|
max_backups: 10
|
||
|
|
min_level: debug
|