We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29b8a7 commit 02a9b1aCopy full SHA for 02a9b1a
config.toml
@@ -1,24 +1,23 @@
1
[metrics]
2
go_process = true
3
+enable = false
4
5
[api]
6
address = ":5097"
7
+callback_secret = "supersecret"
8
9
[postgres]
10
dsn = "postgres://postgres:postgres@127.0.0.1:5432/pretium_ramp"
11
-[kv_vise]
-endpoint = "http://localhost:5059/api/v1"
12
+[kvvise]
13
+endpoint = ""
14
api_key = ""
15
16
[pretium]
17
18
callback_url = ""
19
+settlement_address = ""
20
21
[jetstream]
-endpoint = "nats://127.0.0.1:4222"
-id = "pretium-ramp-1"
-
22
-[telegram]
23
-bot_token = ""
24
-chat_id = 0
+endpoint = "nats://192.168.1.14:4222"
+consumer_id = "pretium-ramp-1"
0 commit comments