For each application instance, edit the copied template configuration file with instance-specific configuration values.
The resulting configuration should look like this:
```
mode: 'sandbox' # demo3 runs against ETSI MEC Sandbox
https: true # ETSI MEC sandbox uses https
sandbox: 'https://try-mec.testfqdn.dev/mep1' # URL to your sandbox, this info is available in the ETSI MEC Sandbox frontend
mecplatform: 'mep1' # the MEP where the instance is running, one of your application should be mep1 and the other mep2
appid: '' # these are created in the ETSI MEC Sandbox frontend
localurl: 'http://' # the public IP address where demo3 instance is running
port: '' # the port number that demo3 is listening on for incoming traffic
```
##### Start Demo3 instances
Start the demo3 instances `./demo3-server demo3-config.yaml` -- after starting the servers, the frontend can be accessed at `<your-ip-address>:<your-port>`
From the frontend, Demo3 can register to MEC011 and then devices present in the scenario can be added.