2023-10-21 00:18:30 +08:00
|
|
|
# postgresql url
|
2023-09-02 20:13:50 +08:00
|
|
|
DATABASE_URL="postgresql://johndoe:randompassword@localhost:5432/mydb?schema=public"
|
2023-10-21 00:18:30 +08:00
|
|
|
|
|
|
|
# Whether allow register user
|
|
|
|
ALLOW_REGISTER=
|
|
|
|
|
|
|
|
# For analyze tianji self
|
|
|
|
WEBSITE_ID=
|