wiki/info/landscape/amazon-ec2.md
... ...
@@ -30,7 +30,6 @@ USE_ENVIRONMENT=live-master-server
30 30
SERVER_NAME=myspecificevent
31 31
REPLICATION_CHANNEL=myspecificevent
32 32
MONGODB_URI="mongodb://mongo0.internal.sapsailing.com,mongo1.internal.sapsailing.com/myspecificevent?replicaSet=live&retryWrites=true"
33
-SERVER_STARTUP_NOTIFY=you@email.com
34 33
# Provide authentication credentials for a user on security-service.sapsailing.com permitted to replicate, either by username/password...
35 34
#REPLICATE_MASTER_USERNAME=(user for replicator login on security-service.sapsailing.com server having SERVER:REPLICATE:<server-name> permission)
36 35
#REPLICATE_MASTER_PASSWORD=(password of the user for replication login on security-service.sapsailing.com)
... ...
@@ -39,6 +38,8 @@ SERVER_STARTUP_NOTIFY=you@email.com
39 38
# or by logging in to the security-service.sapsailing.com server using your web browser and then navigating to
40 39
# https://security-service.sapsailing.com/security/api/restsecurity/access_token
41 40
REPLICATE_MASTER_BEARER_TOKEN=(a bearer token allowing this master to replicate from security-service.sapsailing.com)
41
+EVENT_ID={some-uuid-of-an-event-you-want-to-feature}
42
+SERVER_STARTUP_NOTIFY=you@email.com
42 43
```
43 44
44 45
Have at least a public-facing target group ready. If you want to expose the master to the public (single-instance scenario or master-replica scenario where the master also handles reading client requests) add the master to the public target group.
... ...
@@ -65,7 +66,7 @@ REPLICATE_MASTER_EXCHANGE_NAME=myspecificevent
65 66
REPLICATE_MASTER_BEARER_TOKEN=(a bearer token allowing this master to replicate from your master)
66 67
SERVER_NAME=MYSPECIFICEVENT
67 68
MONGODB_URI="mongodb://mongo0.internal.sapsailing.com,mongo1.internal.sapsailing.com/myspecificevent-replica?replicaSet=live&retryWrites=true"
68
-EVENT_ID=<some-uuid-of-an-event-you-want-to-feature>
69
+EVENT_ID={some-uuid-of-an-event-you-want-to-feature}
69 70
SERVER_STARTUP_NOTIFY=you@email.com
70 71
```
71 72