Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-pylib
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-pylib
Commits
cc5da7ed
Commit
cc5da7ed
authored
5 years ago
by
Daniel
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Set the recommended password method to `input` in example ini.
parent
d9f25c99
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/pycaosdb.ini
+13
-9
13 additions, 9 deletions
examples/pycaosdb.ini
with
13 additions
and
9 deletions
examples/pycaosdb.ini
+
13
−
9
View file @
cc5da7ed
...
...
@@ -4,10 +4,13 @@
# - the location given in the env variable PYCAOSDBINI
[Connection]
cacert
=
/path/to/caosdb.ca.pem
url
=
https://localhost:10443/
url
=
https://demo.indiscale.com/
## If this option is set, the SSL certtificate will be ignored. Use with care!
## For local installations, enter your server address and SSL certificate here.
# url=https://localhost:10443/
# cacert=/path/to/caosdb.ca.pem
## If this option is set, the SSL certificate will be ignored. Use with care!
# ssl_insecure=1
username
=
admin
...
...
@@ -15,13 +18,14 @@ 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
=
plain
password
=
caosdb
## DEFAULT: the password method is `plain`,
with this method
the password must
##
be saved as
plain text.
#
password_method=plain
#
password=caosdb
## OR: `input`: username is optional, password is entered by the user directly
# password_method=input
## OR: `input`: username is optional, password is entered directly by the user.
## The default password for the demo server is `caosdb`.
password_method
=
input
## OR: `pass`: password is retrieved from the "pass" password manager
# password_method=pass
...
...
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