diff --git a/testserver.yml b/testserver.yml index 231ecd0..2f32131 100644 --- a/testserver.yml +++ b/testserver.yml @@ -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: @@ -25,6 +25,9 @@ applications: inactivity_timeout: 6000 startup: retries: 5 + forwards: + - pattern: ^/fwd\-test$ + to: /fwd-dest-test branches: - test: ^main$ watch: true @@ -97,4 +100,4 @@ applications: # stop: # - command: sleep 1 # clean: - # - command: sleep 1 \ No newline at end of file + # - command: sleep 1