Commit 18a44d750775a59dfc7bde0b5fb7effb6de3c782

Authored by George Vlahavas
1 parent c0da06978d

Use direct IP address

Showing 1 changed file with 1 additions and 1 deletions

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