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
|
|
|
|
|
|
|
# Whether allow register user
|
|
|
|
ALLOW_REGISTER=
|
|
|
|
|
|
|
|
# For analyze tianji self
|
|
|
|
WEBSITE_ID=
|