mirror of
https://github.com/fosrl/pangolin.git
synced 2025-12-12 02:47:46 +00:00
add exit node name and fix db import issues
This commit is contained in:
@@ -161,6 +161,7 @@ export const configSchema = z
|
||||
.default({}),
|
||||
gerbil: z
|
||||
.object({
|
||||
exit_node_name: z.string().optional().default("default"),
|
||||
start_port: portSchema
|
||||
.optional()
|
||||
.default(51820)
|
||||
|
||||
Reference in New Issue
Block a user