[config/dx] bundle a default fs (and http?) service if none is provided (#179)

This commit is contained in:
Romain Dorgueil
2017-10-05 07:17:16 +02:00
parent f7cf7ca482
commit b2f93b2416
13 changed files with 69 additions and 16 deletions

View File

@ -6,4 +6,4 @@ INHERIT_INPUT = Token('InheritInput')
LOOPBACK = Token('Loopback')
NOT_MODIFIED = Token('NotModified')
DEFAULT_SERVICES_FILENAME = '_services.py'
DEFAULT_SERVICES_ATTR = 'get_services'
DEFAULT_SERVICES_ATTR = 'get_services'