Skip to content

Commit 02a9b1a

Browse files
devops: update config base
1 parent f29b8a7 commit 02a9b1a

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

config.toml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
11
[metrics]
22
go_process = true
3+
enable = false
34

45
[api]
56
address = ":5097"
7+
callback_secret = "supersecret"
68

79
[postgres]
810
dsn = "postgres://postgres:postgres@127.0.0.1:5432/pretium_ramp"
911

10-
[kv_vise]
11-
endpoint = "http://localhost:5059/api/v1"
12+
[kvvise]
13+
endpoint = ""
1214
api_key = ""
1315

1416
[pretium]
1517
api_key = ""
1618
callback_url = ""
19+
settlement_address = ""
1720

1821
[jetstream]
19-
endpoint = "nats://127.0.0.1:4222"
20-
id = "pretium-ramp-1"
21-
22-
[telegram]
23-
bot_token = ""
24-
chat_id = 0
22+
endpoint = "nats://192.168.1.14:4222"
23+
consumer_id = "pretium-ramp-1"

0 commit comments

Comments
 (0)