FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
Dit_website/.env.example at main · DIT-ROBOTICS/Dit_website · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
DIT-ROBOTICS
/
Dit_website
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
Dit_website
/
.env.example
Copy path
More file actions
More file actions
Latest commit
History
History
History
33 lines (30 loc) · 1.23 KB
Breadcrumbs
Dit_website
/
.env.example
Copy path
File metadata and controls
33 lines (30 loc) · 1.23 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#
Bind direct access to the server's exact LAN address. Cloudflare Tunnel still
#
reaches the frontend through the private Compose network.
WEB_BIND
=
192.168.50.20
WEB_PORT
=
8080
DATABASE_HOST_DIR
=
/home/dit-web/dit-website-data
DIT_CHATBOT_BASE_URL
=
http://192.168.50.21:8000
DIT_CHATBOT_API_KEY
=
TUNNEL_TOKEN
=
#
Editor credentials are never compiled into the Vue application.
EDITOR_USERNAME
=
change-me
EDITOR_PASSWORD
=
use-a-unique-password-with-at-least-12-characters
#
Generate with: openssl rand -base64 48
EDITOR_SESSION_SECRET
=
replace-with-at-least-32-random-characters
EDITOR_ALLOWED_NETWORKS
=
192.168.50.0/24,127.0.0.0/8
EDITOR_ALLOWED_HOSTS
=
192.168.50.20
#
Linux Server 上通常為 1000;請以 `id -u` 和 `id -g` 確認。
EDITOR_UID
=
1000
EDITOR_GID
=
1000
#
The external database is committed locally every day at 03:00 Asia/Taipei.
DATABASE_GIT_TIMEZONE
=
Asia/Taipei
DATABASE_GIT_BACKUP_HOUR
=
3
DATABASE_GIT_BACKUP_MINUTE
=
0
#
Heartbeat 在這段秒數內視為仍有人編輯;有人時延後再試。
DATABASE_EDITOR_ACTIVE_SECONDS
=
90
DATABASE_GIT_ACTIVE_RETRY_SECONDS
=
300
DATABASE_GIT_MAX_FILE_SIZE_MB
=
50
DATABASE_GIT_REMOTE
=
origin
DATABASE_GIT_BRANCH
=
main
DATABASE_GIT_AUTHOR_NAME
=
DIT Website Editor
DATABASE_GIT_AUTHOR_EMAIL
=
website-editor@localhost
Back
|
FazBrowse Home
|
New Git URL