Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
exposure-share
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Global Dynamic Exposure
exposure-share
Commits
7a6bba08
Commit
7a6bba08
authored
Jul 19, 2024
by
Pablo de la Mora
Browse files
Options
Downloads
Patches
Plain Diff
Add example of INI config file
parent
0ef4b518
Branches
29-bugfix-baseline-as-standard-option-doesn-t-work-anymore
Branches containing commit
Tags
Tags containing commit
1 merge request
!24
Resolve "Add example for INI config file to the Readme.md"
Pipeline
#76586
passed
11 months ago
Stage: tests
Changes
1
Pipelines
4
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+23
-0
23 additions, 0 deletions
README.md
with
23 additions
and
0 deletions
README.md
+
23
−
0
View file @
7a6bba08
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment