From 4bdd51586297071a2c60121ccee9559172eb7d74 Mon Sep 17 00:00:00 2001 From: Tushar Mandar Date: Fri, 6 Dec 2024 10:11:46 +0530 Subject: [PATCH] toml fix --- src/nixy.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/nixy.toml b/src/nixy.toml index 7a93716..d8a66e5 100644 --- a/src/nixy.toml +++ b/src/nixy.toml @@ -41,3 +41,17 @@ leader_vhost = "drove.ssdev.stage1" # Nixy realm, set this if you want to be able to filter your apps (e.g. when you have different loadbalancers which should expose different apps) # Put your subdomain here. It will be used to match the subdomain of the exposed apps realm = "" + +[[namespaces]] +name = "stage2" +drove = ["https://localhost:8080"] # add all HA cluster nodes in priority order. +user = "" # leave empty if no auth is required. +pass = "" +access_token = "" +leader_vhost = "drove.ssdev.stage2" +# Nixy realm, set this if you want to be able to filter your apps (e.g. when you have different loadbalancers which should expose different apps) +# Put your subdomain here. It will be used to match the subdomain of the exposed apps +realm = "" + + +