Skip to content

Commit

Permalink
Move to a new topic for STN
Browse files Browse the repository at this point in the history
  • Loading branch information
galt-tr committed Feb 8, 2024
1 parent 85f110a commit 79caf59
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 3 deletions.
1 change: 1 addition & 0 deletions app/config/envs/local.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"alert_webhook_url": "",
"bitcoin_config_path": "",
"request_logging": true,
"bitcoin_config_path": "/home/galt/.bitcoin/bitcoin.conf",
"alert_processing_interval": "5m",
Expand Down
1 change: 1 addition & 0 deletions app/config/envs/mainnet.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"alert_webhook_url": "",
"bitcoin_config_path": "",
"request_logging": true,
"web_server": {
"idle_timeout": "60s",
Expand Down
1 change: 1 addition & 0 deletions app/config/envs/production.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"alert_webhook_url": "",
"bitcoin_config_path": "",
"request_logging": true,
"web_server": {
"idle_timeout": "60s",
Expand Down
5 changes: 3 additions & 2 deletions app/config/envs/stn.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"alert_webhook_url": "",
"bitcoin_config_path": "",
"request_logging": true,
"alert_processing_interval": "5m",
"web_server": {
Expand Down Expand Up @@ -58,13 +59,13 @@
"alert_system_protocol_id": "/bitcoin-stn/alert-system/0.0.1",
"bootstrap_peer": "",
"private_key_path": "",
"topic_name": "alert_system_stn"
"topic_name": "bsv_alert_system_stn"
},
"rpc_connections": [
{
"user": "galt",
"password": "galt",
"host": "http://localhost:8333"
"host": "http://localhost:9332"
}
]
}
1 change: 1 addition & 0 deletions app/config/envs/test.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"alert_webhook_url": "https://webhook.url",
"bitcoin_config_path": "",
"request_logging": true,
"web_server": {
"idle_timeout": "60s",
Expand Down
3 changes: 2 additions & 1 deletion app/config/envs/testnet.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"alert_webhook_url": "",
"bitcoin_config_path": "",
"request_logging": true,
"alert_processing_interval": "5m",
"web_server": {
Expand Down Expand Up @@ -64,7 +65,7 @@
{
"user": "galt",
"password": "galt",
"host": "http://localhost:8333"
"host": "http://localhost:18332"
}
]
}

0 comments on commit 79caf59

Please sign in to comment.