feat: add the tiktok integration
This commit is contained in:
15
.env.example
15
.env.example
@@ -9,15 +9,18 @@
|
||||
# server with the `prisma dev` CLI command, when not choosing any non-default ports or settings. The API key, unlike the
|
||||
# one found in a remote Prisma Postgres URL, does not contain any sensitive information.
|
||||
|
||||
NODE_ENV=production
|
||||
|
||||
DATABASE_URL="postgresql://wyview:wyview@localhost:5432/wyview"
|
||||
|
||||
NEXT_PUBLIC_PASSWORD=Azerty123
|
||||
NEXTAUTH_SECRET=unsecretaleatoire
|
||||
NEXTAUTH_URL=http://localhost:3000
|
||||
AUTH_SECRET=secretaleatoire
|
||||
NEXTAUTH_SECRET=***
|
||||
NEXTAUTH_URL=*vps_ip_address*
|
||||
AUTH_SECRET=***
|
||||
|
||||
|
||||
# TikTok API credentials
|
||||
TIKTOK_CLIENT_KEY=*******
|
||||
TIKTOK_CLIENT_SECRET=*******
|
||||
TIKTOK_CLIENT_KEY=***
|
||||
TIKTOK_CLIENT_SECRET=***
|
||||
TIKTOK_REDIRECT_URI_DEV=http://localhost:3000/api/tiktok/callback
|
||||
TIKTOK_REDIRECT_URI_PROD=https://marouette.fun/api/tiktok/callback
|
||||
TIKTOK_REDIRECT_URI_PROD=*vps_ip_address*/api/tiktok/callback
|
||||
|
||||
Reference in New Issue
Block a user