Hey is a decentralized and permissionless social media app built with Lens Protocol ๐ŸŒฟ

docs: summarize env variables (#5872)

authored by yoginth.com and committed by

GitHub 867e41f7 5a8c2c62

+21
+21
README.md
··· 52 52 53 53 Repeat this process for all relevant packages and applications in the monorepo. 54 54 55 + ### Environment Variables 56 + 57 + Below is a brief description of the variables defined in the example environment files. 58 + 59 + #### API (`apps/api/.env.example`) 60 + 61 + - `NEXT_PUBLIC_LENS_NETWORK` โ€“ Lens network to use (`mainnet`, `testnet`, or `staging`). 62 + - `DATABASE_URL` โ€“ Connection string for the main Postgres database. 63 + - `LENS_DATABASE_URL` โ€“ Read-only Postgres connection for Lens data. 64 + - `REDIS_URL` โ€“ Redis connection string for caching. 65 + - `PRIVATE_KEY` โ€“ Private key used to sign Lens requests. 66 + - `EVER_ACCESS_KEY` โ€“ Access key for 4EVERLAND storage. 67 + - `EVER_ACCESS_SECRET` โ€“ Secret key for 4EVERLAND storage. 68 + - `SHARED_SECRET` โ€“ Token for internal API authorization. 69 + - `OPENROUTER_API_KEY` โ€“ API key for OpenRouter AI services. 70 + 71 + #### Web (`apps/web/.env.example`) 72 + 73 + - `VITE_IS_PRODUCTION` โ€“ Boolean flag indicating production mode for Vite. 74 + - `NEXT_PUBLIC_LENS_NETWORK` โ€“ Lens network used by the web app. 75 + 55 76 ### Start the Development Server 56 77 57 78 To run the application in development mode: