feature(auth): replace clerk.com with custom auth (#103)
* feature(auth): replace clerk.com with custom auth * minor fixes * remove notification preferences * decrease live events interval fix(api): cookies.. # Conflicts: # .gitignore # apps/api/src/index.ts # apps/dashboard/src/app/providers.tsx # packages/trpc/src/trpc.ts
This commit is contained in:
committed by
Carl-Gerhard Lindesvärd
parent
f28802b1c2
commit
d31d9924a5
@@ -1,10 +1,6 @@
|
||||
NODE_ENV="production"
|
||||
SELF_HOSTED="true"
|
||||
GEO_IP_HOST="http://op-geo:8080"
|
||||
NEXT_PUBLIC_CLERK_SIGN_IN_URL="/login"
|
||||
NEXT_PUBLIC_CLERK_SIGN_UP_URL="/register"
|
||||
NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL="/"
|
||||
NEXT_PUBLIC_CLERK_AFTER_SIGN_UP_URL="/"
|
||||
BATCH_SIZE="5000"
|
||||
BATCH_INTERVAL="10000"
|
||||
# Will be replaced with the setup script
|
||||
@@ -14,6 +10,4 @@ DATABASE_URL="$DATABASE_URL"
|
||||
DATABASE_URL_DIRECT="$DATABASE_URL_DIRECT"
|
||||
NEXT_PUBLIC_DASHBOARD_URL="$NEXT_PUBLIC_DASHBOARD_URL"
|
||||
NEXT_PUBLIC_API_URL="$NEXT_PUBLIC_API_URL"
|
||||
NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY="$NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY"
|
||||
CLERK_SECRET_KEY="$CLERK_SECRET_KEY"
|
||||
CLERK_SIGNING_SECRET="$CLERK_SIGNING_SECRET"
|
||||
COOKIE_SECRET="$COOKIE_SECRET"
|
||||
Reference in New Issue
Block a user