Last change
on this file was d3cf3a1, checked in by Marija Micevska <marija_micevska@…>, 2 years ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
667 bytes
|
Line | |
---|
1 | #server:
|
---|
2 | # port: 8443
|
---|
3 | # servlet:
|
---|
4 | # context-path: /
|
---|
5 | # ssl:
|
---|
6 | # enabled: true
|
---|
7 | # key-alias: local_ssl
|
---|
8 | # key-store: classpath:local-ssl.p12
|
---|
9 | # key-store-type: PKCS12
|
---|
10 | # key-password: test123
|
---|
11 | # key-store-password: test123
|
---|
12 | #
|
---|
13 | #security:
|
---|
14 | # oauth2:
|
---|
15 | # client:
|
---|
16 | # clientId: 1871477569707670
|
---|
17 | # clientSecret: 7ede74c369b763ccba6473b55c671e30
|
---|
18 | # accessTokenUri: https://graph.facebook.com/oauth/access_token
|
---|
19 | # userAuthorizationUri: https://www.facebook.com/dialog/oauth
|
---|
20 | # tokenName: oauth_token
|
---|
21 | # authenticationScheme: query
|
---|
22 | # clientAuthenticationScheme: form
|
---|
23 | # resource:
|
---|
24 | # userInfoUri: https://graph.facebook.com/me |
---|
Note:
See
TracBrowser
for help on using the repository browser.