I am deploying my application to Google App Engine through IntelliJ plugin Cloud Code -> App Engine -> Deploy to App Engine. The application deploys just fine and the app works, just that it creates a different target-url than I have set while creating application:
it's supposed to be (e.g.): mynameoftheproject.appspot.com
and instead I'm getting something like this: https://20200131t170730-dot-mynameoftheproject.appspot.com]
Underneath I get information:
(add --promote if you also want to make this service available from
[https://mynameoftheproject.appspot.com])
And since I'm not using the command line, how can I add this promote parameter into application configuration?