Commit c5147c07 authored by supermikii's avatar supermikii
Browse files

demo3 add scenario & modify ams

parent c76515f2
Loading
Loading
Loading
Loading
+0 −16
Original line number Diff line number Diff line
# This file defines the configuration of Demo3 edge application. All fields are required to run demo-3 on MEC Sandbox 

# Set where mec application is running either on MEC Sandbox or AdvantEDGE. Expected fields: sandbox | advantedge
mode: 'sandbox'
# Set url of mec platform. Example field format: http://{MEC_IP_ADDRESS}/{SANDBOX_NAME}/{MEP_NAME}/ 
sandbox: 'http://'
# Set if sandbox url uses https. Expected fields: true | false 
https: false
# Set the mec platform name demo-3 will run on. Example field: mep1
mecplatform: 'mep2'
# Set user-application ID that is generated on MEC Sandbox frontend. Example field format: 7930ba6d-4581-444c-b966-3312517f3a51
appid: ''
# Set host address of demo-3. 
localurl: 'http://'
# Set host port number of demo-3. Example field: '8093'
port: '8094'
 No newline at end of file