d6f9bc55ba265a73168968ada202c5ac01d67e51
wiki/amazon-ec2.md
| ... | ... | @@ -17,10 +17,11 @@ |
| 17 | 17 | |
| 18 | 18 | You may need to select "All generations" instead of "Current generation" to see these instance configurations. Of course, you may choose variations of those as you feel is appropriate for your use case. |
| 19 | 19 | |
| 20 | -- Using a release, set the following in the instance's user data: |
|
| 20 | +- Using a release, set the following in the instance's user data, replacing `myspecificevent` by a unique name of the event or series you'll be running on that instance, such as `kielerwoche2014` or similar. |
|
| 21 | 21 | <pre> |
| 22 | 22 | INSTALL_FROM_RELEASE=`name-of-release` |
| 23 | 23 | USE_ENVIRONMENT=live-server |
| 24 | +MONGODB_PORT=10202 |
|
| 24 | 25 | MONGODB_NAME=myspecificevent |
| 25 | 26 | REPLICATION_CHANNEL=myspecificevent |
| 26 | 27 | SERVER_NAME=MYSPECIFICEVENT |