mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-10-24 17:20:23 +08:00
8 lines
211 B
Go
8 lines
211 B
Go
// SPDX-FileCopyrightText: 2023-2024 Steffen Vogel <post@steffenvogel.de>
|
|
// SPDX-License-Identifier: Apache-2.0
|
|
|
|
package config
|
|
|
|
//nolint:gochecknoglobals
|
|
var RuntimeConfigFile = "/var/lib/cunicu.runtime.yaml"
|