Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

In depth learning on App Configs can be found in this course in Motive Academy.

Example format for AppConfig.json. Note that multiple cluster configurations can be defined in one file, however the current implementation of the SDK only recognizes the first cluster definition.

Motive Cloud

{
	"clusters": [
		{
    	    "localizedTitle":{
				"localizations":[
					{
						"cultureCode":"en",
						"text":"Motive Preview Server"
					}
				]
			},
			"motiveCloudConfig": {
				"url": "https://preview.motivecloud.dev"
			}
		}
	]
}

Legacy

{
	"clusters":[
		{
			"localizedTitle":{
				"localizations":[
					{
						"cultureCode":"en",
						"text":"Motive Launch Server - US"
					}
				]
			},
			"identityServerConfig":{
				"url":"https://id.storyflow.dev"
			},
			"launchServerConfig":{
				"url":"https://ls-us.storyflow.dev",
				"clientId": "abcdefg",
				"clientSecret": "a big secret"
			},
			"storyflowAppConfig":{
				"url":"https://app.storyflow.dev"
			},
			"storyflowApiConfig":{
				"url":"https://api.storyflow.dev"
			}
		}
	]
}

Related Articles

App Configuration and Startup

Launch APK

App Configuration Options

  • No labels