-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbtc1k.template.yml
42 lines (37 loc) · 1006 Bytes
/
btc1k.template.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
supernode:
brokerUrl: test
vault:
keys:
A: "031d11db38972b712a9fe1fc023577c7ae3ddb4a3004187d41c45121eecfdbb5b7"
B: "0207ec36911b6ad2382860d32989c7b8728e9489d7bbc94a6b5509ef0029be1288"
C: "024ea9fac06f666a4adc3fc1357b7bec1fd0bdece2b9d08579226a8ebde53058e4"
bopShopKey: ""
customerId: 0
passphrase: XXXXXX
server:
applicationConnectors:
- type: http
port: 8080
# - type: https
# port: 8443
# keyStorePath: example.keystore
# keyStorePassword: example
# validateCerts: false
adminConnectors:
- type: http
port: 8081
# - type: https
# port: 8444
# keyStorePath: example.keystore
# keyStorePassword: example
# validateCerts: false
# 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:
# Sets the level for 'com.example.app' to DEBUG.
com.bitsofproof.btc1k: DEBUG
appenders:
- type: console