| Index: app/config-debug.js |
| === modified file 'app/config-debug.js' |
| --- app/config-debug.js 2013-08-14 14:34:19 +0000 |
| +++ app/config-debug.js 2013-08-27 16:24:00 +0000 |
| @@ -40,7 +40,7 @@ |
| socket_port: 8081, |
| user: 'admin', |
| password: 'admin', |
| - apiBackend: 'python', // Value can be 'python' or 'go'. |
| + apiBackend: 'go', // Value can be 'python' or 'go'. |
| sandbox: true, |
| // When in sandbox mode should we create events to simulate a live env. |
| // You can also use the :flags:/simulateEvents feature flag. |