diff options
Diffstat (limited to 'pkg/mirumd.yaml')
| -rw-r--r-- | pkg/mirumd.yaml | 13 | +13 −0 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pkg/mirumd.yaml b/pkg/mirumd.yaml new file mode 100644 --- /dev/null +++ b/pkg/mirumd.yaml @@ -0,0 +1,13 @@ +# Copyright (c) 2026 Nikolay Govorov +# SPDX-License-Identifier: AGPL-3.0-or-later + +# Ignored when the corresponding systemd socket activation fd is present. +# See mirumd.socket for details (FileDescriptorName=grpc / web). +grpc_addr: :2026 +www_addr: :3000 +secret: "" +token: "" +pepper: "" +dsn: "" +admin_socket: /run/mirum/admin.sock +script: .mirum/main.star |
