[ARVADOS] updated: a5d766f5b4596d9b7b4996d5ccce43f46d61799a
git at public.curoverse.com
git at public.curoverse.com
Wed Oct 28 09:17:07 EDT 2015
Summary of changes:
services/api/config/application.yml.example | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
via a5d766f5b4596d9b7b4996d5ccce43f46d61799a (commit)
from 61c91fe02574ad751c2c957f6ca0d2e1e21105f9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit a5d766f5b4596d9b7b4996d5ccce43f46d61799a
Author: Tom Clegg <tom at curoverse.com>
Date: Wed Oct 28 09:15:58 2015 -0400
Fix typo in example config file
No issue #
diff --git a/services/api/config/application.yml.example b/services/api/config/application.yml.example
index 149770c..3681952 100644
--- a/services/api/config/application.yml.example
+++ b/services/api/config/application.yml.example
@@ -21,7 +21,7 @@ production:
sso_app_id: ~
sso_provider_url: ~
workbench_address: ~
- websockets_address: ~
+ websocket_address: ~
#git_repositories_dir: ~
#git_internal_dir: ~
@@ -34,7 +34,7 @@ development:
sso_app_secret: ~
sso_provider_url: ~
workbench_address: ~
- websockets_address: ~
+ websocket_address: ~
#git_repositories_dir: ~
#git_internal_dir: ~
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list