Skip to content

Commit

Permalink
update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
thomassuedbroecker committed Oct 21, 2023
1 parent 1d75d41 commit 6e5a663
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions code/node-js-extension/.env_template
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
EXTENSION_USAGE="Example usage"
USERNAME="admin"
PASSWORD="admin"
MYPROJECT="assistant-extension"
# Extension
export EXTENSION_USAGE="Example usage"
export USERNAME="admin"
export PASSWORD="admin"

# IBM Cloud Code Engine
export MYPROJECT="watsonassistant-extension"

# IBM Cloud
export REGION=us-east
export RESOURCE_GROUP=default

0 comments on commit 6e5a663

Please sign in to comment.