mintproject / ModelCatalog

A repository containing the resources needed to create a catalog of software model models and link them together
Other
1 stars 3 forks source link

Add a config file #29

Closed mosoriob closed 4 years ago

mosoriob commented 4 years ago

A good practice is to use a configuration Please, don't avoid hardcoding

importData.py
5:    data_url="<http://ontosoft.isi.edu:3030/modelCatalog-1.1.0/data/mint@isi.edu>"
6:    URL = "http://ontosoft.isi.edu:3030/modelCatalog-1.1.0/query"
maurya-rohit commented 4 years ago

Added a config.yml file to avoid hard-coding.