e948d73edbb1938d496e73795bf410707652c3c8
wiki/info/landscape/amazon-ec2.md
| ... | ... | @@ -111,8 +111,8 @@ USE_ENVIRONMENT=live-replica-server |
| 111 | 111 | REPLICATE_MASTER_SERVLET_HOST=(IP of your master server) |
| 112 | 112 | REPLICATE_MASTER_EXCHANGE_NAME=myspecificevent |
| 113 | 113 | # Provide authentication credentials for a user on the master permitted to replicate, either by username/password... |
| 114 | -REPLICATE_MASTER_USERNAME=(user for replicator login on master server having SERVER:REPLICATE:<server-name> permission) |
|
| 115 | -REPLICATE_MASTER_PASSWORD=(password of the user for replication login on master) |
|
| 114 | +#REPLICATE_MASTER_USERNAME=(user for replicator login on master server having SERVER:REPLICATE:<server-name> permission) |
|
| 115 | +#REPLICATE_MASTER_PASSWORD=(password of the user for replication login on master) |
|
| 116 | 116 | # Or by bearer token, obtained, e.g., through |
| 117 | 117 | # curl -d "username=myuser&password=mysecretpassword" "https://master-server.sapsailing.com/security/api/restsecurity/access_token" | jq .access_token |
| 118 | 118 | # or by logging in to the master server using your web browser and then navigating to |