tianji/.env.example
2023-10-22 00:27:00 +08:00

15 lines
364 B
Plaintext

# postgresql url
DATABASE_URL="postgresql://johndoe:randompassword@localhost:5432/mydb?schema=public"
# Whether allow feature
ALLOW_REGISTER=
ALLOW_OPENAPI=
# For analyze tianji self
WEBSITE_ID=
# For secury
JWT_SECRET=replace-with-random-string # default is `daily string`
JWT_ISSUER= # default is `tianji.msgbyte.com`
JWT_AUDIENCE= # default is `msgbyte.com`