2023-10-20 16:18:30 +00:00
|
|
|
# postgresql url
|
2023-09-02 12:13:50 +00:00
|
|
|
DATABASE_URL="postgresql://johndoe:randompassword@localhost:5432/mydb?schema=public"
|
2023-10-20 16:18:30 +00:00
|
|
|
|
2023-10-21 16:26:13 +00:00
|
|
|
# Whether allow feature
|
2024-06-03 14:51:42 +00:00
|
|
|
ALLOW_REGISTER=false
|
|
|
|
ALLOW_OPENAPI=true
|
2023-10-20 16:18:30 +00:00
|
|
|
|
|
|
|
# For analyze tianji self
|
|
|
|
WEBSITE_ID=
|
2023-10-21 07:38:33 +00:00
|
|
|
|
|
|
|
# For secury
|
2023-10-21 07:53:24 +00:00
|
|
|
JWT_SECRET=replace-with-random-string # default is `daily string`
|
2023-10-21 07:38:33 +00:00
|
|
|
JWT_ISSUER= # default is `tianji.msgbyte.com`
|
|
|
|
JWT_AUDIENCE= # default is `msgbyte.com`
|