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

22 lines
433 B
TypeScript

export const environment = {
production: false,
Server: 'http://localhost:8080/api/',
App: 'http://localhost:4200/',
HelpService: {
Enabled: false,
Url: 'localhost:5000/',
},
defaultCulture: 'en-US',
zenodoConfiguration: {
clientId: "",
oauthUrl: "",
redirectUri: ""
},
logging: {
enabled: true,
logLevels: ["debug", "info", "warning", "error"]
},
lockInterval: 60000,
guideAssets: "assets/images/guide"
};