Commit 4c97fa4e2458cb62210ea0039eb7e130c0933210

Authored by George Vlahavas
1 parent c38a59cb08

Use port 13880 for jenkins testing

Showing 1 changed file with 1 additions and 1 deletions

kea_testing.groovy View file @ 4c97fa4
... ... @@ -21,7 +21,7 @@
21 21 APP_NAME = "KEA"
22 22 APP_ENV = "production"
23 23 APP_DEBUG = "true"
24   - APP_URL = "http://116.203.166.220"
  24 + APP_URL = "http://116.203.166.220:13880"
25 25  
26 26 LOG_CHANNEL = "stack"
27 27