Commit 802e8661 authored by Yann Garcia's avatar Yann Garcia
Browse files

Add comments in demo6

parent 5abbd6bd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@
# Set where mec application is running either on MEC Sandbox or AdvantEDGE. Expected fields: sandbox | advantedge
mode: 'sandbox'
# Set MEC plateform address 
sandbox: 'try-mec.etsi.org'
sandbox: 'mec-platform.etsi.org'
# Set if sandbox url uses https. Expected fields: true | false 
https: true 
# Set the mec platform name demo-6 will run on. Example field: mep1
@@ -15,4 +15,4 @@ port: '80'
# Callback base URL
callbackUrl: 'http://yanngarcia.ddns.net'
# Callback port for listener
callbackPort: '80'
callbackPort: '8547'