6bfe50a343a25982c41b13b27e0f72ea0e6c2603
wiki/info/landscape/amazon-ec2.md
| ... | ... | @@ -90,6 +90,8 @@ REPLICATE_MASTER_USERNAME=(user for replicator login on master server having SER |
| 90 | 90 | REPLICATE_MASTER_PASSWORD=(password of the user for replication login on master) |
| 91 | 91 | # Or by bearer token, obtained, e.g., through |
| 92 | 92 | # curl -d "username=myuser&password=mysecretpassword" "https://master-server.sapsailing.com/security/api/restsecurity/access_token" | jq .access_token |
| 93 | +# or by logging in to the master server using your web browser and then navigating to |
|
| 94 | +# https://master-server.sapsailing.com/security/api/restsecurity/access_token |
|
| 93 | 95 | # REPLICATE_MASTER_BEARER_TOKEN= |
| 94 | 96 | SERVER_NAME=MYSPECIFICEVENT |
| 95 | 97 | MONGODB_URI="mongodb://mongo0.internal.sapsailing.com,mongo1.internal.sapsailing.com/myspecificevent-replica?replicaSet=live&retryWrites=true" |