Skip to content

Commit

Permalink
chore: update test-server git repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
wufe committed Jan 10, 2024
1 parent ab5b1c9 commit 73b87af
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions testserver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ global:
advanced_terminal_output: true
applications:
- name: Test Server
remote: /Users/simonebembi/Projects/polo-testserver
remote: git@github.com:wufe/polo-testserver.git
disable_terminal_prompt: false
is_default: true
commands:
Expand All @@ -25,6 +25,9 @@ applications:
inactivity_timeout: 6000
startup:
retries: 5
forwards:
- pattern: ^/fwd\-test$
to: /fwd-dest-test
branches:
- test: ^main$
watch: true
Expand Down Expand Up @@ -97,4 +100,4 @@ applications:
# stop:
# - command: sleep 1
# clean:
# - command: sleep 1
# - command: sleep 1

0 comments on commit 73b87af

Please sign in to comment.