-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdheart.toml
34 lines (30 loc) · 969 Bytes
/
dheart.toml
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
# This is a TOML config file.
# For more information, see https://github.com/toml-lang/toml
home-dir = ""
use-on-memory = true
sisu-server-url = "http://0.0.0.0:25456"
port = 5678
[log_dna]
secret = ""
app_name = "dheart"
host_name = "node0"
flush_interval = "30s"
max_buffer_len = 5
###############################################################################
### Database Configuration ###
###############################################################################
[db]
host = "0.0.0.0"
port = 3306
username = "root"
password = "password"
schema = "dheart"
migration-path = "file://db/migrations/"
[connection]
host = "127.0.0.1"
port = 28300
rendezvous = "rendezvous"
[[connection.peers]]
address = "/dns/dheart0/tcp/28300/p2p/12D3KooWD6JaQEHnpeCKHZ1bYA9axESG1MyqTRWRLhkf7btYYpRk"
pubkey = "30a84ac6ed8306d5d5160c763cd90a0450eff4f77e3bc1f0fd2cff9abdca0d5f"
pubkey_type = "ed25519"