- Added .env.example with self-hosted admin key and site URL. - Updated .gitignore to include .env files. - Generated new API utility files: api.d.ts, api.js, dataModel.d.ts, server.d.ts, and server.js. - Implemented auth configuration for JWT authentication. - Created GitHub starred query and HTTP routes for authentication and JWKS. - Defined schema for GitHub starred and user tables. - Updated package.json with new dependencies and author information. - Enhanced tsconfig.json with target and path configurations.
5 lines
227 B
Plaintext
5 lines
227 B
Plaintext
# docker compose exec backend ./generate_admin_key.sh
|
|
CONVEX_SELF_HOSTED_ADMIN_KEY=
|
|
CONVEX_SELF_HOSTED_URL=http://localhost:3210
|
|
# CONVEX_SELF_HOSTED_URL=https://convex.kevisual.cn
|
|
CONVEX_SITE_URL=https://api-convex.kevisual.cn |