We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2427f54 commit eac24baCopy full SHA for eac24ba
conf.js
@@ -53,11 +53,11 @@ const CONFIG = `// default configuration file for booger
53
54
// exactly how booger will respond to nip-11 requests
55
"nip11": {
56
- "Name": "booger",
57
- "Description": "a booger relay",
58
- "PubKey": "",
59
- "Contact": "",
60
- "SupportedNIPs": [
+ "name": "booger",
+ "description": "a booger relay",
+ "pubkey": "",
+ "contact": "",
+ "supported_nips": [
61
1,
62
2,
63
4,
@@ -72,8 +72,8 @@ const CONFIG = `// default configuration file for booger
72
33,
73
40
74
],
75
- "Software": "https://github.com/stackernews/booger",
76
- "Version": "${VERSION}"
+ "software": "https://github.com/stackernews/booger",
+ "version": "${VERSION}"
77
},
78
79
// configuration related to booger plugs
0 commit comments