generated from jupyter-naas/data-product-framework
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfig.yaml.example
20 lines (19 loc) · 1003 Bytes
/
config.yaml.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
config:
workspace_id: # Naas workspace ID
github_project_repository: # Github repository name (e.g. jupyter-naas/abi)
github_support_repository: # Github repository name (e.g. jupyter-naas/abi)
github_project_id: # Github project number stored in Github URL (e.g. https://github.com/jupyter-naas/abi/projects/1)
ontology_store_path: "storage/triplestore" # Path to the ontology store
api_title: "ABI API" # API title
api_description: "API for ABI, your Artifical Business Intelligence" # API description
logo_path: "assets/logo.png" # Path to the logo
favicon_path: "assets/favicon.ico" # Path to the favicon
storage_name: "abi" # Name of the storage
space_name: "abi" # Name of the space
pipelines:
- name: github.GithubIssuesPipeline
cron: "0 0 * * *"
parameters:
- github_repository: "https://github.com/jupyter-naas/abi"
- github_repository: "https://github.com/jupyter-naas/docs"
- github_repository: "https://github.com/jupyter-naas/naaspython"