-
Notifications
You must be signed in to change notification settings - Fork 82
/
rating.yml
53 lines (50 loc) · 850 Bytes
/
rating.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
spring:
profiles:
active: cloud
---
spring:
profiles: cloud
cloud:
config:
enabled: true
neo4j:
uri: ${NEO4J_URI}
username: neo4j
password: graphdb
bootstrap: false
aws:
s3:
url: https://s3.amazonaws.com/dataset-demos
eureka:
client:
serviceUrl:
defaultZone: http://discovery-kb.cfapps.io/eureka/
instance:
hostname: rating-kb.cfapps.io
nonSecurePort: 80
ribbon:
eureka:
enabled: true
---
spring:
profiles: development
server:
port: 9004
eureka:
client:
serviceUrl:
defaultZone: http://localhost:8761/eureka/
instance:
preferIpAddress: true
hostname: rating
ribbon:
eureka:
enabled: true
neo4j:
uri: http://192.168.59.103:7474/db/data/
username: neo4j
password: graphdb
bootstrap: true
aws:
s3:
url: https://s3.amazonaws.com/dataset-demos