Add NEXT_PUBLIC_CONVEX_URL and NEXT_PUBLIC_CONVEX_SITE_URL to .env.example. Add !.env.example exception to .gitignore so template env file is tracked. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
5 lines
301 B
Text
5 lines
301 B
Text
CONVEX_SELF_HOSTED_URL='https://your-convex-backend.example.com'
|
|
CONVEX_SELF_HOSTED_ADMIN_KEY='self-hosted-convex|YOUR_ADMIN_KEY'
|
|
NEXT_PUBLIC_SITE_URL=http://localhost:3000
|
|
NEXT_PUBLIC_CONVEX_URL=https://your-convex-backend.example.com
|
|
NEXT_PUBLIC_CONVEX_SITE_URL=https://your-convex-site.example.com
|