Skip to content

Commit 418ecae

Browse files
committed
chore: add config.example.yml
1 parent 1bcabf1 commit 418ecae

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,6 @@
11
/.idea
22
/target
3-
config.json
4-
config.*.json
5-
config.yaml
6-
config.*.yaml
73
config.yml
8-
config.*.yml
94
**/*.rs.bk
105
*.pdb
116
.envrc

config.example.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- name: red
2+
url: https://redacted.sh
3+
key: YOUR_RED_API_KEY
4+
user: YOUR_RED_USER_NUMBER
5+
- name: ops
6+
url: https://orpheus.network
7+
key: YOUR_OPS_API_KEY
8+
user: YOUR_OPS_USER_NUMBER

0 commit comments

Comments
 (0)