We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfc7fed commit 61765bcCopy full SHA for 61765bc
1 file changed
sample/configs/localdev-config.yaml
@@ -3,16 +3,13 @@ adapters:
3
generic:
4
enabled: true
5
endpoint: http://localhost
6
-metrics:
7
- prefix: prebid
8
cache:
9
scheme: http
10
host: localhost
11
path: /cache
12
query: uuid=
13
settings:
14
enforce-valid-account: false
15
- generate-storedrequest-bidrequest-id: true
16
filesystem:
17
settings-filename: sample/configs/sample-app-settings.yaml
18
stored-requests-dir: sample/stored
@@ -26,9 +23,3 @@ gdpr:
26
23
cache-dir: /var/tmp/vendor2
27
24
v3:
28
25
cache-dir: /var/tmp/vendor3
29
-admin-endpoints:
30
- logging-changelevel:
31
- enabled: true
32
- path: /logging/changelevel
33
- on-application-port: true
34
- protected: false
0 commit comments