-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.dist.yml
159 lines (139 loc) · 2.88 KB
/
config.dist.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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
# Default locale
locale: nl
# Cross-origin resource sharing related settings.
cors:
# Allowed origins. Add one entry for each domain allowed to access the application.
# Always include the protocol (http or https) and if not default for the
# protocol, also the port number!
origins:
- http://localhost:9000/
- http://localhost:9000
# Database settings
database:
default:
driver: pdo_mysql
host:
user:
password:
dbname:
legacy_widgets:
driver: pdo_mysql
host:
user:
password:
dbname:
# Mongodb settings
mongodb:
default:
host:
port:
user:
password:
dbname:
# UiTID related settings.
uitid:
test:
consumer:
key:
secret:
base_url: https://acc2.uitid.be/uitid/rest/
live:
consumer:
key:
secret:
base_url: https://www.uitid.be/uitid/rest/
# debug settings
debug: false
# Rabbit MQ settings
rabbitmq:
host:
port:
user:
password:
vhost: /
# Time in miliseconds before retrying a message
failed_message_delay: 3600000 # 1 hour
integrations:
insightly:
host: https://api.insight.ly/v3.1/
api_key:
# Insightly settings
insightly:
host: https://api.insight.ly/v3.1
api_key:
project_config:
# Search API settings
search_api:
test:
base_url: https://search-acc.uitdatabank.be
api_key:
live:
base_url: https://search.uitdatabank.be
api_key:
region-list: # location of the region export
cache:
enabled: true
backend: filesystem # supported cache: filesystem or redis
ttl: 3600
# Uitpas API Settings
uitpas_api:
test:
base_url: https://api-test.uitpas.be
x_client_id: ''
live:
base_url: https://api.uitpas.be
x_client_id: ''
cache:
enabled: true
backend: redis
ttl: 3600
# Curatoren API settings
curatoren_api:
test:
base_url: https://curator-acc.uitdatabank.be/
live:
base_url: https://curator-acc.uitdatabank.be/
cache:
enabled: true
backend: redis
ttl: 3600
# Article Linker
articlelinker_api:
test:
base_url: https://articlelinker-acc.uitdatabank.be/
live:
base_url: https://articlelinker.uitdatabank.be/
cache:
enabled: true
backend: redis
ttl: 3600
# Annotation settings
annotations:
cache:
enabled: true
backend: filesystem # supported cache: filesystem or redis
# ODM and ORM settings
odm_orm:
proxies_dir: /var/www/projectaanvraag-api/cache/proxies
hydrator_dir: /var/www/projectaanvraag-api/cache/hydrators
cache:
enabled: true
backend: filesystem
# Global cache settings
cache:
redis:
host:
port: 6379
# Legacy widget host settings
legacy_host: http://tools.uitdatabank.be
# CSS stats settings
css_stats:
timeout: 5
connect_timeout: 1
# Google tag manager code
google_tag_manager:
# App-URL
app_host: "http://projectaanvraag.uitdatabank.be"
social_host: "http://social.uit.be"
features:
new_insightly_instance: false