Skip to content

Commit 732ac88

Browse files
authored
feat: added env key in sample and demo file (#1384)
Signed-off-by: Tipu_Singh <[email protected]>
1 parent 4481091 commit 732ac88

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.env.demo

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,9 @@ HOSTNAME='localhost'
161161
# To add more clients, simply add comma separated values of client names
162162
SUPPORTED_SSO_CLIENTS=CREDEBL
163163

164+
# Key for agent base wallet
165+
AGENT_API_KEY='supersecret-that-too-16chars'
166+
164167
# To add more client add the following variables for each additional client.
165168
# Replace the `CLIENT-NAME` with the appropriate client name as added in `SUPPORTED_SSO_CLIENTS`
166169
# Default client will not need the following details

.env.sample

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ HOSTNAME='localhost' # Hostname or unique identifier
181181
# To add more clients, simply add comma separated values of client names
182182
SUPPORTED_SSO_CLIENTS=CREDEBL
183183

184+
# Key for agent base wallet
185+
AGENT_API_KEY='supersecret-that-too-16chars'
186+
184187
# To add more client add the following variables for each additional client.
185188
# Replace the `CLIENT-NAME` with the appropriate client name as added in `SUPPORTED_SSO_CLIENTS`
186189
# Default client will not need the following details

0 commit comments

Comments
 (0)