feat: 환경변수 템플릿 추가

This commit is contained in:
2026-05-23 16:16:52 +09:00
parent f33a57621a
commit 0677dddbb4

6
wikijs.env.example Normal file
View File

@@ -0,0 +1,6 @@
DB_TYPE=postgres
DB_HOST=10.89.0.40
DB_PORT=5432
DB_USER=wikijs
DB_PASS=<password>
DB_NAME=wikijs