Skip to content

Commit 6d700a4

Browse files
committed
fixup
1 parent df4f817 commit 6d700a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/shared/local.env

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
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

0 commit comments

Comments
 (0)