File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -161,6 +161,9 @@ HOSTNAME='localhost'
161
161
# To add more clients, simply add comma separated values of client names
162
162
SUPPORTED_SSO_CLIENTS=CREDEBL
163
163
164
+ # Key for agent base wallet
165
+ AGENT_API_KEY='supersecret-that-too-16chars'
166
+
164
167
# To add more client add the following variables for each additional client.
165
168
# Replace the `CLIENT-NAME` with the appropriate client name as added in `SUPPORTED_SSO_CLIENTS`
166
169
# Default client will not need the following details
Original file line number Diff line number Diff line change @@ -181,6 +181,9 @@ HOSTNAME='localhost' # Hostname or unique identifier
181
181
# To add more clients, simply add comma separated values of client names
182
182
SUPPORTED_SSO_CLIENTS = CREDEBL
183
183
184
+ # Key for agent base wallet
185
+ AGENT_API_KEY = ' supersecret-that-too-16chars'
186
+
184
187
# To add more client add the following variables for each additional client.
185
188
# Replace the `CLIENT-NAME` with the appropriate client name as added in `SUPPORTED_SSO_CLIENTS`
186
189
# Default client will not need the following details
You can’t perform that action at this time.
0 commit comments