Skip to content

Commit

Permalink
toml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tusharmndr committed Dec 6, 2024
1 parent 57b12ff commit 4bdd515
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/nixy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ""



0 comments on commit 4bdd515

Please sign in to comment.