From ccda18f321e5c63713a7ccda2a1f4d73d67514e7 Mon Sep 17 00:00:00 2001 From: Felix Wolff Date: Sat, 28 Mar 2015 18:52:31 +0100 Subject: [PATCH] Disable breaking standard enable of CodePilot --- config/code_ocean.yml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/code_ocean.yml.example b/config/code_ocean.yml.example index 86bd7971..e8cb10d0 100644 --- a/config/code_ocean.yml.example +++ b/config/code_ocean.yml.example @@ -9,7 +9,7 @@ development: enabled: true url: http://example.org:3000/api/exceptioninfo?id=&lang=auto code_pilot: - enabled: true + enabled: false url: //localhost:3000 production: