Skip to content

Commit

Permalink
Change 'creator' to 'content' in docs (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
phelpsdb authored May 6, 2024
1 parent c21959d commit 03fba89
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Write the following
network:
deployOn: mainnet
nodes:
creator-1.example.com:
type: creator
content-1.example.com:
type: content
privateKey: abc123 # <--- UNIQUE PRIV KEY USED BY THIS NODE TO SIGN RESPONSES
wallet: 0xABC123 # <--- UNIQUE WALLET ADDRESS OF ABOVE PRIV KEY
rewardsWallet: 0xABC123 # <--- ADDRESS OF WALLET HOLDING STAKED TOKENS
Expand Down Expand Up @@ -61,7 +61,7 @@ audius-ctl restart discovery-1.example.com
Tear down a node

```bash
audius-ctl down creator-1.example.com
audius-ctl down content-1.example.com
```

## Contributing
Expand Down
4 changes: 2 additions & 2 deletions docs/infra.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ network:
awsSecretAccessKey: my_secret <------
awsRegion: us-east-2 <------
nodes:
audius-d-creator.example.com:
type: creator
audius-d-content.example.com:
type: content
privateKey: 21118f9a6de181061a2abd549511105adb4877cf9026f271092e6813b7cf58ab
wallet: 0x0D38e653eC28bdea5A2296fD5940aaB2D0B8875c
rewardsWallet: 0xb3c66e682Bf9a85F6800c769AC5A05c18C3F331d
Expand Down

0 comments on commit 03fba89

Please sign in to comment.