Skip to content
Snippets Groups Projects
Commit 7a6bba08 authored by Pablo de la Mora's avatar Pablo de la Mora
Browse files

Add example of INI config file

parent 0ef4b518
Tags
1 merge request!24Resolve "Add example for INI config file to the Readme.md"
Pipeline #76586 passed
......@@ -17,6 +17,29 @@ pip config set global.extra-index-url https://git.gfz-potsdam.de/api/v4/projects
pip install exposureshare
```
## Example INI File
In an empty text file add the following:
```
[Exposure]
host: #host
dbname: exposure
port: 5433
username: consumer
password: #password
[OBM]
host: #host
dbname: exposure
port: 5433
username: consumer
password: #password
```
Save with the file ending `.ini`, and use this filepath as the input. If the `-b` option is not used, the second
section under `[OBM]` is not necessary.
## Copyright and copyleft
Copyright (C) 2022-2023
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment