AnvilAuth/src/Config.zig
2024-03-02 19:54:51 +01:00

10 lines
187 B
Zig

bind: struct {
ip: []const u8,
port: u16,
},
base_url: []const u8,
postgres_url: [:0]const u8,
forgejo_url: []const u8,
skin_domains: []const []const u8,
server_name: []const u8,