wiki/amazon-ec2.md
... ...
@@ -72,7 +72,7 @@ INSTALL_FROM_RELEASE=(name-of-release)
72 72
USE_ENVIRONMENT=live-replica-server
73 73
REPLICATE_MASTER_SERVLET_HOST=(IP of your master server)
74 74
REPLICATE_MASTER_EXCHANGE_NAME=myspecificevent
75
-REPLICATE_ON_START=com.sap.sailing.server.impl.RacingEventServiceImpl,com.sap.sse.security.impl.SecurityServiceImpl
75
+REPLICATE_ON_START=com.sap.sailing.server.impl.RacingEventServiceImpl,com.sap.sse.security.impl.SecurityServiceImpl,com.sap.sse.filestorage.impl.FileStorageManagementServiceImpl
76 76
SERVER_NAME=MYSPECIFICEVENT
77 77
MONGODB_NAME=myspecificevent-replica
78 78
EVENT_ID=<some-uuid-of-an-event-you-want-to-feature>
... ...
@@ -376,4 +376,4 @@ Follow these steps to upgrade the AMI:
376 376
<tr><td>Elastic Load Balancer (ELB)</td><td>Service that makes it possible to balance over services running on different instances.</td></tr>
377 377
<tr><td>Network Interfaces</td><td>Virtual network interfaces that are mapped to physical network interfaces on instances. </td></tr>
378 378
<tr><td>Placement Groups</td><td>Enables applications to get the full-bisection bandwidth and low-latency network performance required for tightly coupled, node-to-node communication. Placement Groups can only contain HVM instance and have other limitations described here: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using_cluster_computing.html</td></tr>
379
-</table>
379
+</table>
... ...
\ No newline at end of file