Enable Dynamic Configuration
How to make your app configurable in Studio
Studio's App Setup allows you to set up application-wide configurations without the need to redeploy the app. This is among the platform's most powerful features, meaning you can run many versions of the same app configured in different ways. For example:
A game that is skinned for different sponsors
An experience for each team in a league
This process includes defining global settings, such as those for third-party services used within the application or styling settings.
In order to read the project settings in your code, you will use the getProject
function within init()
, and fetch the application settings within:
Upon reloading the app, you will be able to view the page title.
Last updated
Was this helpful?