Skip to content
Snippets Groups Projects
Commit 42a4f27e authored by Henrik tom Wörden's avatar Henrik tom Wörden
Browse files

FIX: add ini for docker

parent 79f18160
No related branches found
No related tags found
1 merge request!9F perf test
Pipeline #59645 failed
This commit is part of merge request !9. Comments created here will be created in the context of that merge request.
......@@ -8,7 +8,7 @@ COPY ./pyproject.toml /ruqad/
# static configuration
COPY ./qualitycheck_config.toml /ruqad/
COPY ./pylinkahead.ini /ruqad/
COPY ./docker/pylinkahead.ini /ruqad/
# Installing the package
WORKDIR /ruqad/
......
# The INI file must be located either in
# - $CWD/pylinkahead.ini
# - $HOME/.pylinkahead.ini
# - the location given in the env variable PYLINKAHEADINI
[Connection]
# url=https://demo.indiscale.com/
url = http://localhost:80/provider/linkahead/
## If this option is set, the SSL certificate will be ignored. Use with care!
#ssl_insecure=1
username=admin
## The password input method can be chosen with the `password_method` setting,
## which by default is set to `plain`.
##
## DEFAULT: the password method is `plain`, now the password must be saved as
## plain text.
password_method=input
# password=caosdb
## OR: `input`: username is optional, password is entered by the user directly
# password_method=input
## OR: `pass`: password is retrieved from the "pass" password manager
# password_method=pass
# password_identifier=...
## OR: `keyring`: using the system keyring/wallet (macOS, GNOME, KDE, Windows)
## requires installation of the keyring python package:
## pip install keyring
# password_method=keyring
timeout=10000
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment