env_core.Environment.Token -> env_core.Environment.AccountToken (#820); new 'zrok rebase' tree with 'zrok rebase apiEndpoint' and 'zrok rebase accountToken' (#897)

This commit is contained in:
Michael Quigley
2025-02-26 13:06:05 -05:00
parent 6006410ae6
commit cf3f3c1fd6
20 changed files with 112 additions and 40 deletions

View File

@@ -32,7 +32,7 @@ type Root interface {
}
type Environment struct {
Token string
AccountToken string
ZitiIdentity string
ApiEndpoint string
}