Skip to content

Commit 0afa5b9

Browse files
committed
fixup
1 parent df4f817 commit 0afa5b9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

src/shared/local.env

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@
44
# - This file is used for local development of multiple operators
55

66
# Intents operator vars =========================
7-
//OTTERIZE_CLIENT_ID=<YOUR_CLIENT_ID>
8-
//OTTERIZE_CLIENT_SECRET=<YOUR_CLIENT_SECRET>
9-
//OTTERIZE_API_ADDRESS=http://localhost:3000/api
7+
OTTERIZE_CLIENT_ID=<YOUR_CLIENT_ID>
8+
OTTERIZE_CLIENT_SECRET=<YOUR_CLIENT_SECRET>
9+
OTTERIZE_API_ADDRESS=http://localhost:3000/api
1010
OTTERIZE_POD_NAME=intents-operator
1111
OTTERIZE_POD_NAMESPACE=otterize-system
1212
OTTERIZE_SELF_SIGNED_CERT=false
13-
OTTERIZE_TELEMETRY_ENABLED=false
14-
OTTERIZE_DISABLE_WEBHOOK_SERVER=true
1513

1614
# Credentials operator vars =====================
1715
POD_NAMESPACE=otterize-system

0 commit comments

Comments
 (0)