Add DefaultApplication to conf

This commit is contained in:
Yang Luo
2023-07-02 09:15:22 +08:00
parent 0e2dad35f3
commit 1ab7a54133
3 changed files with 36 additions and 36 deletions

View File

@ -107,7 +107,7 @@ class App extends Component {
Setting.initServerUrl();
Auth.initAuthWithConfig({
serverUrl: Setting.ServerUrl,
appName: "app-built-in", // the application name of Casdoor itself, do not change it
appName: Conf.DefaultApplication, // the application used in Casdoor root path: "/"
});
}