0
このtutorialではAdrian Hallがこのコードをサーバーに追加する部分に行きました。彼はそれを紺色のモバイルアプリケーションSDKの初期化に加えたと言います。私はこれをどこに見つけて置くべきか分かりません。私はjavascriptファイルに入れてしまいましたが、これはazuremobileapps(明らかに)を返しません。だから私はこのコードを置くのですか?私はこのおかげです。可変晴れのモバイルアプリが見つからない
// Configuration of the Azure Mobile Apps can be done via an object, the
// environment or an auxiliary file. For more information, see
// http://azure.github.io/azure-mobile-apps-node/global.html#configuration
var mobileApp = azureMobileApps({
// Explicitly enable the Azure Mobile Apps home page
homePage: true,
// Explicitly enable swagger support. UI support is enabled by
// installing the swagger-ui npm module.
swagger: true,
// Authentication settings for custom auth
auth: {
audience: '04pHmxVuhYU1QTDo4lEojLo1sseRLfKG',
issuer: 'https://shellmonger.auth0.com'
}
});