|
'database' : config['nemea']['database'] |
|
nemea = nemea_conn.db[config['nemea']['collection']] |
LGUI specifies following usage of the config module:
config[section_identifier].get(key)
or with default value
config[section_identifier].get(key, default_value)
Nemea-Dashboard/backend/__init__.py
Line 14 in 7ebf7bd
Nemea-Dashboard/backend/__init__.py
Line 16 in 7ebf7bd
LGUI specifies following usage of the config module:
config[section_identifier].get(key)or with default value
config[section_identifier].get(key, default_value)