From de24a62d4b124e013e6a8f9bbbb104e397de6a2a Mon Sep 17 00:00:00 2001 From: Mark Krasner Date: Thu, 24 Oct 2024 11:31:58 -0400 Subject: [PATCH] Slight modifications to instructions and provided stream id for posts in env.example --- .env.example | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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.