You've already forked tribes-plugin-supertest
forked from tribes/tribes-plugin-template
029ba23b75
Use the current Tribes bootstrap public_host field so supertest Docker nodes start against the latest host image.
38 lines
1.2 KiB
JSON
38 lines
1.2 KiB
JSON
{
|
|
"contract_version": "1",
|
|
"node": {
|
|
"node_name": "supertest-origin",
|
|
"node_private_key": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
|
|
"public_host": "supertest-origin",
|
|
"public_ip_v4": "127.0.0.1"
|
|
},
|
|
"tribe_admin": {
|
|
"username": "supertest_e2e_admin",
|
|
"password_hash": "bootstrap-hash",
|
|
"password_hash_scheme": "ash_auth_argon2",
|
|
"nostr_public_key": "985826ac4ec99f6304785ebfaa303ec42973653a682cfa0a06caf9fec662eaa7",
|
|
"encrypted_nostr_private_key": "Y2lwaGVydGV4dA==",
|
|
"nostr_private_key_nonce": "bm9uY2U=",
|
|
"nostr_private_key_salt": "c2FsdA=="
|
|
},
|
|
"cluster_secret": {
|
|
"root_secret": "supertest-e2e-cluster-root-secret",
|
|
"relay_private_key": "cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
|
|
},
|
|
"cluster_nodes": [
|
|
{
|
|
"pubkey": "6a04ab98d9e4774ad806e302dddeb63bea16b5cb5f223ee77478e861bb583eb3",
|
|
"transport_address": "ws://supertest-origin:4413/relay",
|
|
"scope": "all",
|
|
"status": "active",
|
|
"activated_at": "2026-04-18T00:00:00Z",
|
|
"deactivated_at": null
|
|
}
|
|
],
|
|
"initial_tribe": {
|
|
"name": "Supertest E2E Tribe",
|
|
"description": "Seeded by Supertest e2e bootstrap",
|
|
"visibility": "public"
|
|
}
|
|
}
|