2017-09-14 12:37:36 +02:00
|
|
|
export const environment = {
|
2018-10-08 16:58:52 +02:00
|
|
|
production: false,
|
2019-04-25 08:59:29 +02:00
|
|
|
Server: 'http://localhost:8080/api/',
|
|
|
|
App: 'http://localhost:4200/',
|
2018-10-08 16:58:52 +02:00
|
|
|
HelpService: {
|
|
|
|
Enabled: false,
|
2019-04-25 08:59:29 +02:00
|
|
|
Url: 'localhost:5000/',
|
2018-10-08 16:58:52 +02:00
|
|
|
},
|
2019-04-25 08:59:29 +02:00
|
|
|
defaultCulture: 'en-US',
|
2023-10-12 16:13:04 +02:00
|
|
|
zenodoConfiguration: {
|
|
|
|
clientId: "",
|
|
|
|
oauthUrl: "",
|
|
|
|
redirectUri: ""
|
2019-01-18 18:03:45 +01:00
|
|
|
},
|
|
|
|
logging: {
|
|
|
|
enabled: true,
|
|
|
|
logLevels: ["debug", "info", "warning", "error"]
|
2019-04-25 08:59:29 +02:00
|
|
|
},
|
2020-02-11 17:27:54 +01:00
|
|
|
lockInterval: 60000,
|
2020-02-13 17:15:34 +01:00
|
|
|
guideAssets: "assets/images/guide"
|
2017-09-14 12:37:36 +02:00
|
|
|
};
|