From 86c8f9918827fdbe120d90dff186ade195b3f4b8 Mon Sep 17 00:00:00 2001 From: Maxwell Salzberg Date: Tue, 17 Jan 2012 17:13:24 -0800 Subject: [PATCH] update the .example, which unfortunatly i think will make travis happier and avoid some loading bs --- config/application.yml.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/application.yml.example b/config/application.yml.example index 3a7c99c40..4eadcf13c 100644 --- a/config/application.yml.example +++ b/config/application.yml.example @@ -15,7 +15,7 @@ defaults: &defaults # However changing http to https is okay and has no consquences. If you do change it # you have to start over as it's hardcoded into the database. # For development and testing, you can leave this as is. - pod_url: "http://localhost:3000" + pod_url: "http://localhost:3000/" # Websocket host - leave as 0.0.0.0 unless you know what you are doing socket_host: 0.0.0.0 @@ -239,17 +239,17 @@ production: test: <<: *defaults - pod_url: "http://localhost:9887" + pod_url: "http://localhost:9887/" socket_port: 8081 open_invitations: true serve_static_assets: true integration_1: <<: *defaults - pod_url: "http://localhost:45789" + pod_url: "http://localhost:45789/" serve_static_assets: true integration_2: <<: *defaults - pod_url: "http://localhost:34658" + pod_url: "http://localhost:34658/" serve_static_assets: true