提交0.1.0版本
- 完成了书签的基本功能和插件
This commit is contained in:
38
.env.example
38
.env.example
@@ -1,19 +1,19 @@
|
||||
# Server
|
||||
SERVER_PORT=6667
|
||||
SERVER_BASE_URL=http://mark.cloud-xl.top:6667
|
||||
# CORS (comma-separated)
|
||||
CORS_ORIGINS=http://mark.cloud-xl.top:6666
|
||||
|
||||
# Postgres (server-side only)
|
||||
DATABASE_HOST=127.0.0.1
|
||||
DATABASE_PORT=5432
|
||||
DATABASE_NAME=postgres
|
||||
DATABASE_USER=postgres
|
||||
DATABASE_PASSWORD=change_me
|
||||
DATABASE_SSL=false
|
||||
|
||||
# Auth
|
||||
AUTH_JWT_SECRET=change_me_long_random
|
||||
|
||||
# Admin (only this email is treated as admin)
|
||||
ADMIN_EMAIL=admin@example.com
|
||||
# Server
|
||||
SERVER_PORT=6667
|
||||
SERVER_BASE_URL=http://mark.cloud-xl.top:6667
|
||||
# CORS (comma-separated)
|
||||
CORS_ORIGINS=http://mark.cloud-xl.top:6666
|
||||
|
||||
# Postgres (server-side only)
|
||||
DATABASE_HOST=127.0.0.1
|
||||
DATABASE_PORT=5432
|
||||
DATABASE_NAME=postgres
|
||||
DATABASE_USER=postgres
|
||||
DATABASE_PASSWORD=change_me
|
||||
DATABASE_SSL=false
|
||||
|
||||
# Auth
|
||||
AUTH_JWT_SECRET=change_me_long_random
|
||||
|
||||
# Admin (only this email is treated as admin)
|
||||
ADMIN_EMAIL=admin@example.com
|
||||
|
||||
Reference in New Issue
Block a user