mirror of
https://github.com/clearml/clearml-docs
synced 2025-05-15 18:06:22 +00:00
small edits
This commit is contained in:
parent
dfb22b761f
commit
dfde2585f3
@ -29,6 +29,7 @@ script changes the values in the databases, and can't be undone.
|
|||||||
## Fixing MongoDB links
|
## Fixing MongoDB links
|
||||||
|
|
||||||
1. Access the `apiserver` Docker container:
|
1. Access the `apiserver` Docker container:
|
||||||
|
|
||||||
* In `docker-compose:`
|
* In `docker-compose:`
|
||||||
|
|
||||||
```commandline
|
```commandline
|
||||||
|
@ -66,13 +66,13 @@ imageCredentials:
|
|||||||
clearml:
|
clearml:
|
||||||
cookieDomain: "<BASE_DOMAIN>"
|
cookieDomain: "<BASE_DOMAIN>"
|
||||||
# Set values for improved security
|
# Set values for improved security
|
||||||
apiserverKey: ""
|
apiserverKey: "<GENERATED_API_SERVER_KEY>"
|
||||||
apiserverSecret: ""
|
apiserverSecret: "<GENERATED_API_SERVER_SECRET>"
|
||||||
fileserverKey: ""
|
fileserverKey: "<GENERATED_FILE_SERVER_KEY>"
|
||||||
fileserverSecret: ""
|
fileserverSecret: "<GENERATED_FILE_SERVER_SECRET>"
|
||||||
secureAuthTokenSecret: ""
|
secureAuthTokenSecret: "<GENERATED_AUTH_TOKEN_SECRET>"
|
||||||
testUserKey: ""
|
testUserKey: "<GENERATED_TEST_USER_KEY>"
|
||||||
testUserSecret: ""
|
testUserSecret: "<GENERATED_TEST_USER_SECRET>"
|
||||||
|
|
||||||
|
|
||||||
apiserver:
|
apiserver:
|
||||||
|
Loading…
Reference in New Issue
Block a user