Files
ScreenShare/.env.example
T

19 lines
582 B
Bash

POSTGRES_DB=screenshare
POSTGRES_USER=screenshare
POSTGRES_PASSWORD=change-me
LIVEKIT_API_KEY=devkey
LIVEKIT_API_SECRET=replace-with-a-long-random-secret
LIVEKIT_PUBLIC_URL=ws://localhost:7880
AUTH_JWT_ISSUER=screen-share-api
AUTH_JWT_AUDIENCE=screen-share-web
AUTH_JWT_REALM=screen-share
AUTH_JWT_SECRET=replace-with-a-different-long-random-secret
BOOTSTRAP_ADMIN_USERNAME=admin
BOOTSTRAP_ADMIN_PASSWORD=change-this-admin-password
BOOTSTRAP_ADMIN_DISPLAY_NAME=管理员
# Docker image tag to run; set this to the imported release version on a server.
SCREENSHARE_VERSION=latest