
Add config file Fix interacting with consts Change section names in manifests to correspond data_type
28 lines
689 B
Plaintext
28 lines
689 B
Plaintext
[DEFAULT]
|
|
# Address to bind the server to
|
|
host = 127.0.0.1
|
|
|
|
# Port the bind the server to
|
|
port = 5000
|
|
|
|
|
|
# Provide information about data types
|
|
# absolute path to manifest location(root directory)
|
|
manifests = /home/fervent/Projects/my_repo/Services
|
|
|
|
# Parameter name corresponds to section in manifest file
|
|
# Parameter value corresponds to relative path to data type
|
|
|
|
ui = ui_forms
|
|
workflows = workflows
|
|
heat = heat_templates
|
|
agent = agent_templates
|
|
scripts = scripts
|
|
|
|
# Configure how to archive data types
|
|
# [output]
|
|
# ui = ui_forms: ui_forms
|
|
# workflows = workflows: workflows
|
|
# heat = heat_templates: heat_templates
|
|
# agent = agent_templates: agent_templates
|
|
# scripts = scripts: scripts |