diff options
Diffstat (limited to 'cmd/authzd/main.go')
| -rw-r--r-- | cmd/authzd/main.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/authzd/main.go b/cmd/authzd/main.go index d18aab6..96501f4 100644 --- a/cmd/authzd/main.go +++ b/cmd/authzd/main.go @@ -38,8 +38,8 @@ func init() { ctx := ioc.MustResolve[context.Context](ioc.Default) return authz.NewSpiceDBClient( ctx, - env.Fetch("ZED_ENDPOINT", ":50051"), - env.Fetch("ZED_TOKEN", "secret"), + env.Fetch("SPICEDB_ENDPOINT", ":50051"), + env.Fetch("SPICEDB_TOKEN", "secret"), ) }) } |
