14 lines
347 B
Plaintext
14 lines
347 B
Plaintext
# postgresql url
|
|
DATABASE_URL="postgresql://johndoe:randompassword@localhost:5432/mydb?schema=public"
|
|
|
|
# Whether allow register user
|
|
ALLOW_REGISTER=
|
|
|
|
# For analyze tianji self
|
|
WEBSITE_ID=
|
|
|
|
# For secury
|
|
JWT_SECRET=some-random-string # default is `daily string`
|
|
JWT_ISSUER= # default is `tianji.msgbyte.com`
|
|
JWT_AUDIENCE= # default is `msgbyte.com`
|