We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b9148e commit 1fe7cd0Copy full SHA for 1fe7cd0
.gitignore
@@ -1,8 +1,3 @@
1
-#
2
-## FAIR-eva
3
4
-config.ini
5
-
6
#
7
## Python
8
fair_eva/config.ini
@@ -0,0 +1,15 @@
+[Generic]
+# Relative path to the API config file
+api_config = fair-api.yaml
+
+[fairsharing]
+# username and password
+username = ['']
+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