diff --git a/.env.example b/.env.example index d2ad146..4f2e00b 100644 --- a/.env.example +++ b/.env.example @@ -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="" \ No newline at end of file diff --git a/README.md b/README.md index 4478338..6a00b3d 100644 --- a/README.md +++ b/README.md @@ -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.