radrootsd

JSON-RPC bridge for Radroots event publishing
git clone https://radroots.dev/git/radrootsd.git
Log | Files | Refs | README | LICENSE

commit 2e4cc1d6227b395b4761bd9127a38425ae7323ee
parent 6481b2e8a534524d05faf3cf91b7ee37eea5f82c
Author: triesap <tyson@radroots.org>
Date:   Wed,  4 Mar 2026 10:53:15 +0000

ci: remove tracked local identity

Diffstat:
M.gitignore | 3+++
Aidentity.example.json | 4++++
Didentity.json | 5-----
3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -22,6 +22,9 @@ Thumbs.db # local .local* .vscode +identity.json +identity.*.json +!identity.example.json notes*.txt justfile diff --git a/identity.example.json b/identity.example.json @@ -0,0 +1,4 @@ +{ + "secret_key": "replace-with-local-secret-key", + "public_key": "replace-with-local-public-key" +} diff --git a/identity.json b/identity.json @@ -1,4 +0,0 @@ -{ - "secret_key": "e8f44e66f455231d6f22334dfa87d014c75c2718e13de7915dba627f0c78f42f", - "public_key": "1bdeb0682b20be945089d730166513fd5867b9af0dcfbbee067c14cae1b295f1" -} -\ No newline at end of file