Skip to content

Commit 1fe7cd0

Browse files
orvizferag
authored andcommitted
Minimal config.ini
1 parent 3b9148e commit 1fe7cd0

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
#
2-
## FAIR-eva
3-
#
4-
config.ini
5-
61
#
72
## Python
83
#

fair_eva/config.ini

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
[Generic]
2+
# Relative path to the API config file
3+
api_config = fair-api.yaml
4+
5+
[fairsharing]
6+
# username and password
7+
username = ['']
8+
password = ['']
9+
# static files
10+
metadata_path = ['static/fairsharing_metadata_standards20240214.json']
11+
formats_path = ['static/fairsharing_formats20240226.txt']
12+
13+
[internet media types]
14+
#path to internet media files file
15+
path = ['static/internetmediatypes190224.csv']

0 commit comments

Comments
 (0)