Skip to content

Commit 99bada4

Browse files
restored formattign of webapp/config/environment.js
1 parent 367c02b commit 99bada4

File tree

1 file changed

+19
-20
lines changed

1 file changed

+19
-20
lines changed

webapp/config/environment.js

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
'use strict';
22

3-
module.exports = function (environment) {
3+
module.exports = function(environment) {
44
let ENV = {
55
modulePrefix: 'webapp',
66
rootURL: null,
@@ -19,34 +19,33 @@ module.exports = function (environment) {
1919

2020
APP: {
2121

22-
available_page_sizes: [25, 50, 100, 200],
23-
default_page_size: 25,
22+
available_page_sizes: [25, 50, 100, 200],
23+
default_page_size: 25,
2424

2525
},
2626

2727

2828
torii: {
29-
sessionServiceName: 'session',
30-
providers: {
31-
'google-oauth2': {
32-
// redirectUri is assigned in app.js...
33-
apiKey: null,
34-
scope: 'email profile',
35-
allowUnsafeRedirect: true
36-
},
37-
'azure-ad2-oauth2': {
38-
tenantId: null,
39-
apiKey: null,
40-
scope: "openid profile email user.read",
41-
allowUnsafeRedirect: true,
42-
}
43-
}
29+
sessionServiceName: 'session',
30+
providers: {
31+
'google-oauth2': {
32+
// redirectUri is assigned in app.js...
33+
apiKey: null,
34+
scope: 'email profile',
35+
allowUnsafeRedirect: true
36+
},
37+
'azure-ad2-oauth2': {
38+
tenantId: null,
39+
apiKey: null,
40+
scope: "openid profile email user.read",
41+
allowUnsafeRedirect: true,
42+
}
4443
}
4544
};
4645

4746
ENV['ember-simple-auth'] = {
48-
authorizer: 'authorizer:token',
49-
store: 'session-store:local-storage'
47+
authorizer: 'authorizer:token',
48+
store: 'session-store:local-storage'
5049
};
5150

5251
if (environment === 'development') {

0 commit comments

Comments
 (0)