File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
bcr-ebill-web/src/requests Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
[env ]
2
2
# our dev nostr relay
3
- NOSTR_RELAY = " wss://bitcr-cloud-run-04 -550030097098.europe-west1.run.app"
3
+ NOSTR_RELAY = " wss://bitcr-cloud-run-05 -550030097098.europe-west1.run.app"
4
4
5
5
# more detailed logs
6
6
RUST_LOG = " info"
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ async function start() {
31
31
let config = {
32
32
log_level : "debug" ,
33
33
bitcoin_network : "testnet" ,
34
- nostr_relay : "wss://bitcr-cloud-run-04 -550030097098.europe-west1.run.app" ,
34
+ nostr_relay : "wss://bitcr-cloud-run-05 -550030097098.europe-west1.run.app" ,
35
35
job_runner_initial_delay_seconds : 1 ,
36
36
job_runner_check_interval_seconds : 600 ,
37
37
} ;
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Accept: application/json
20
20
"city_of_birth_or_registration" : " Vienna" ,
21
21
"identification_number" : " 12315412312" ,
22
22
"nostr_relays" : [
23
- " wss://bitcr-cloud-run-04 -550030097098.europe-west1.run.app"
23
+ " wss://bitcr-cloud-run-05 -550030097098.europe-west1.run.app"
24
24
]
25
25
}
26
26
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ services:
6
6
- HTTP_PORT=8001
7
7
- RUST_LOG=info
8
8
- SURREAL_DB_CONNECTION=ws://surrealdb:8000
9
- - NOSTR_RELAY=wss://bitcr-cloud-run-04 -550030097098.europe-west1.run.app
9
+ - NOSTR_RELAY=wss://bitcr-cloud-run-05 -550030097098.europe-west1.run.app
10
10
ports :
11
11
- " 8001:8001"
12
12
- " 1909:1909"
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ import * as wasm from '../pkg/bcr_ebill_wasm.js';
55
55
async function start () {
56
56
let config = {
57
57
bitcoin_network: " testnet" ,
58
- nostr_relay: " wss://bitcr-cloud-run-04 -550030097098.europe-west1.run.app" ,
58
+ nostr_relay: " wss://bitcr-cloud-run-05 -550030097098.europe-west1.run.app" ,
59
59
surreal_db_connection: " indxdb://default" ,
60
60
data_dir: " ." ,
61
61
job_runner_initial_delay_seconds: 1 ,
@@ -269,7 +269,7 @@ import * as wasm from '@bitcredit/bcr-ebill-wasm';
269
269
async function start () {
270
270
let config = {
271
271
bitcoin_network: " testnet" ,
272
- nostr_relay: " wss://bitcr-cloud-run-04 -550030097098.europe-west1.run.app" ,
272
+ nostr_relay: " wss://bitcr-cloud-run-05 -550030097098.europe-west1.run.app" ,
273
273
surreal_db_connection: " indxdb://default" ,
274
274
data_dir: " ." ,
275
275
job_runner_initial_delay_seconds: 1 ,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ It contains the following options:
27
27
``` javascript
28
28
let config = {
29
29
bitcoin_network: " testnet" ,
30
- nostr_relay: " wss://bitcr-cloud-run-04 -550030097098.europe-west1.run.app" ,
30
+ nostr_relay: " wss://bitcr-cloud-run-05 -550030097098.europe-west1.run.app" ,
31
31
surreal_db_connection: " indxdb://default" ,
32
32
data_dir: " ." ,
33
33
job_runner_initial_delay_seconds: 1 ,
You can’t perform that action at this time.
0 commit comments