diff --git a/.env.example b/.env.example index a01015a..39bb4e3 100644 --- a/.env.example +++ b/.env.example @@ -9,4 +9,5 @@ GITHUB_CLIENT_SECRET="your_oauth_app_client_secret" AUTH_SECRET="your_random_secret_here" ARMORIQ_API_KEY= USER_ID= -AGENT_ID= \ No newline at end of file +AGENT_ID= +NEXT_PUBLIC_APP_URL=http://localhost:9002 \ No newline at end of file