Skip to content

Commit

Permalink
Slight modifications to instructions and provided stream id for posts…
Browse files Browse the repository at this point in the history
… in env.example
  • Loading branch information
mzkrasner committed Oct 24, 2024
1 parent d084dcc commit de24a62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ NEXT_PUBLIC_ENV_ID=""
NEXT_PUBLIC_PROJECT_ID=""

# Stream IDs
NEXT_PUBLIC_POST_ID=""
NEXT_PUBLIC_POST_ID="kjzl6hvfrbw6calfdu4psiffj36vtzjylox0n15vgejdr5jr8d3iotxsnfl3s1c"
NEXT_PUBLIC_CONTEXT_ID=""
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Finally, you will create the post table using the OrbisDB model builder feature

In your Orbis Studio view, select the "Model Builder" tab at the top and create a new model named "post" using the post definition in [this document](models/tables.sql). Once created, assign the resulting identifier to `NEXT_PUBLIC_POST_ID`.

*You can also optionally use the `NEXT_PUBLIC_POST_ID` already provided for you in the env.example file. You can find the definition on [Cerscan](https://cerscan.com/mainnet/stream/kjzl6hvfrbw6calfdu4psiffj36vtzjylox0n15vgejdr5jr8d3iotxsnfl3s1c)*

## Getting Started

You are now ready to run the application.
Expand Down

0 comments on commit de24a62

Please sign in to comment.