dev enviroment file update
This commit is contained in:
parent
8a9e0c2d1f
commit
1c83289a65
|
@ -1,54 +1,33 @@
|
||||||
export const environment = {
|
export const environment = {
|
||||||
production: false,
|
production: false,
|
||||||
Server: "http://devel-23.local.cite.gr:8080/api/",
|
Server: 'http://localhost:8080/api/',
|
||||||
|
App: 'http://localhost:4200/',
|
||||||
App: "http://localhost:4200/",
|
|
||||||
|
|
||||||
HelpService: {
|
HelpService: {
|
||||||
Enabled: false,
|
Enabled: false,
|
||||||
|
Url: 'localhost:5000/',
|
||||||
Url: "localhost:5000/"
|
|
||||||
},
|
},
|
||||||
|
defaultCulture: 'en-US',
|
||||||
defaultCulture: "en-US",
|
|
||||||
|
|
||||||
loginProviders: {
|
loginProviders: {
|
||||||
enabled: [1, 2, 3, 4, 5, 6],
|
enabled: [1, 2, 3, 4, 5, 6],
|
||||||
|
facebookConfiguration: { clientId: '' },
|
||||||
facebookConfiguration: { clientId: "613977555670785" },
|
googleConfiguration: { clientId: '' },
|
||||||
|
|
||||||
googleConfiguration: {
|
|
||||||
clientId:
|
|
||||||
"524432312250-sc9qsmtmbvlv05r44onl6l93ia3k9deo.apps.googleusercontent.com"
|
|
||||||
},
|
|
||||||
|
|
||||||
linkedInConfiguration: {
|
linkedInConfiguration: {
|
||||||
clientId: "86bl8vfk77clh9",
|
clientId: '',
|
||||||
|
oauthUrl: 'https://www.linkedin.com/oauth/v2/authorization',
|
||||||
oauthUrl: "https://www.linkedin.com/oauth/v2/authorization",
|
redirectUri: 'http://localhost:4200/login/linkedin'
|
||||||
|
|
||||||
redirectUri: "http://localhost:4200/login/linkedin"
|
|
||||||
},
|
},
|
||||||
|
|
||||||
twitterConfiguration: {
|
twitterConfiguration: {
|
||||||
clientId: "HiR4hQH9HNubKC5iKQy0l4mAZ",
|
clientId: '',
|
||||||
|
oauthUrl: 'https://api.twitter.com/oauth/authenticate'
|
||||||
oauthUrl: "https://api.twitter.com/oauth/authenticate"
|
|
||||||
},
|
},
|
||||||
|
|
||||||
b2accessConfiguration: {
|
b2accessConfiguration: {
|
||||||
clientId: "eudatdmptool",
|
clientId: '',
|
||||||
|
oauthUrl: 'https://b2access-integration.fz-juelich.de:443/oauth2-as/oauth2-authz',
|
||||||
oauthUrl:
|
redirectUri: 'http://opendmp.eu/api/oauth/authorized/b2access'
|
||||||
"https://b2access-integration.fz-juelich.de:443/oauth2-as/oauth2-authz",
|
|
||||||
|
|
||||||
redirectUri: "http://opendmp.eu/api/oauth/authorized/b2access"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
logging: {
|
logging: {
|
||||||
enabled: true,
|
enabled: true,
|
||||||
|
|
||||||
logLevels: ["debug", "info", "warning", "error"]
|
logLevels: ["debug", "info", "warning", "error"]
|
||||||
}
|
},
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue