Skip to content

Commit

Permalink
Set some environment variables for local envs, and circleci update
Browse files Browse the repository at this point in the history
  • Loading branch information
ZackMattor committed Nov 20, 2021
1 parent b6dc4d7 commit 8573de1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:9
- image: circleci/node:16

working_directory: ~/repo

Expand Down
2 changes: 2 additions & 0 deletions .env
@@ -0,0 +1,2 @@
TIS_WS_ENDPOINT=ws://localhost:8080
TIS_HTTP_ENDPOINT=http://localhost:8080

0 comments on commit 8573de1

Please sign in to comment.