-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample-config.yml
69 lines (58 loc) · 1.54 KB
/
example-config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# Database settings.
database:
# the name of your JDBC driver
driverClass: org.h2.Driver
# the username
user: sa
# the password
password:
# the JDBC URL
url: jdbc:h2:./target/example;AUTO_SERVER=TRUE
# url: jdbc:h2:tcp://localhost:8082/nio:./target/example
server:
adminMinThreads: 1
adminMaxThreads: 64
adminContextPath: /admin
applicationContextPath: /
applicationConnectors:
- type: http
port: 3002
adminConnectors:
- type: http
port: 8099
# Logging settings.
logging:
# The default level of all loggers. Can be OFF, ERROR, WARN, INFO, DEBUG, TRACE, or ALL.
level: INFO
# Logger-specific levels.
loggers:
com.sunnepah: DEBUG
org.hibernate.SQL: ALL
appenders:
- type: console
clientSecrets:
facebook: Facebook Client Secret
google: Google Client secret
linkedin: Linkedin Client Secret
github: Github Client Secret
foursquare: Foursquare Secret
twitter: Twitter Consumer Key
oauth:
facebook:
accessTokenUrl: 'https://graph.facebook.com/v2.8/oauth/access_token'
graphApiUrl: 'https://graph.facebook.com/v2.8/me?fields=id,name,first_name,last_name,email,gender,work,picture,link,locale'
google:
accessTokenUrl: 'https://accounts.google.com/o/oauth2/token'
peopleApiUrl: 'https://www.googleapis.com/plus/v1/people/me/openIdConnect'
mongo:
seeds:
- host: localhost
port: 50189
database: pdsservice
credentials:
userName: "username"
password: "password"
influxdb:
server: localhost
port: 8088
prefix: pdsservice