forked from Infra/risotto
first version with provider.factory.configure
This commit is contained in:
@ -2,6 +2,7 @@ from os import environ
|
||||
|
||||
|
||||
CONFIGURATION_DIR = 'configurations'
|
||||
PROVIDER_FACTORY_CONFIG_DIR = environ.get('PROVIDER_FACTORY_CONFIG_DIR', 'factory')
|
||||
TMP_DIR = 'tmp'
|
||||
DEFAULT_USER = environ.get('DEFAULT_USER', 'Anonymous')
|
||||
DEFAULT_DSN = environ.get('DEFAULT_DSN', 'postgres:///risotto?host=/var/run/postgresql/&user=risotto')
|
||||
@ -31,4 +32,6 @@ def get_config():
|
||||
'internal_release_name': 'none'},
|
||||
'submodule': {'allow_insecure_https': False,
|
||||
'pki': '192.168.56.112'},
|
||||
'provider': {'factory_configuration_dir': PROVIDER_FACTORY_CONFIG_DIR,
|
||||
'factory_configuration_filename': 'infra.json'},
|
||||
}
|
||||
|
Reference in New Issue
Block a user