Skip to content

Commit

Permalink
Fake mode should be turned on by default
Browse files Browse the repository at this point in the history
This simplifies a lot running demo mode:
- Removes requirement to create config file & enable fake mode 
- Removes need to pass config to docker container
  • Loading branch information
boris-42 committed Dec 29, 2016
1 parent 393234d commit 3f3aecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceagle/config.py
Expand Up @@ -16,7 +16,7 @@
DEFAULT_CONF_PATH = "/etc/ceagle/config.yaml"

DEFAULT = {
"use_fake_api_data": False,
"use_fake_api_data": True,
"services": {},
}

Expand Down

0 comments on commit 3f3aecc

Please sign in to comment.