9 lines
188 B
Plaintext
9 lines
188 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=
|