small edits

This commit is contained in:
revital 2025-03-27 12:35:36 +02:00
parent dfb22b761f
commit dfde2585f3
2 changed files with 16 additions and 15 deletions
docs/deploying_clearml/enterprise_deploy

View File

@ -29,6 +29,7 @@ script changes the values in the databases, and can't be undone.
## Fixing MongoDB links
1. Access the `apiserver` Docker container:
* In `docker-compose:`
```commandline

View File

@ -66,13 +66,13 @@ imageCredentials:
clearml:
cookieDomain: "<BASE_DOMAIN>"
# Set values for improved security
apiserverKey: ""
apiserverSecret: ""
fileserverKey: ""
fileserverSecret: ""
secureAuthTokenSecret: ""
testUserKey: ""
testUserSecret: ""
apiserverKey: "<GENERATED_API_SERVER_KEY>"
apiserverSecret: "<GENERATED_API_SERVER_SECRET>"
fileserverKey: "<GENERATED_FILE_SERVER_KEY>"
fileserverSecret: "<GENERATED_FILE_SERVER_SECRET>"
secureAuthTokenSecret: "<GENERATED_AUTH_TOKEN_SECRET>"
testUserKey: "<GENERATED_TEST_USER_KEY>"
testUserSecret: "<GENERATED_TEST_USER_SECRET>"
apiserver: