argos/dmp-frontend/src/environments/environment.ts

22 lines
433 B
TypeScript
Raw Normal View History

export const environment = {
production: false,
2019-04-25 08:59:29 +02:00
Server: 'http://localhost:8080/api/',
App: 'http://localhost:4200/',
HelpService: {
Enabled: false,
2019-04-25 08:59:29 +02:00
Url: 'localhost:5000/',
},
2019-04-25 08:59:29 +02:00
defaultCulture: 'en-US',
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
},
lockInterval: 60000,
2020-02-13 17:15:34 +01:00
guideAssets: "assets/images/guide"
};