فهرست منبع

feat:环境变量增加

TzuxinChen 3 ماه پیش
والد
کامیت
2dfa9850f4
1فایلهای تغییر یافته به همراه7 افزوده شده و 1 حذف شده
  1. 7 1
      .env.example

+ 7 - 1
.env.example

@@ -1,4 +1,10 @@
+# DB
+DB_URL="postgresql://postgres:password@localhost:5432/postgres?sslmode=disable"
+# RIIL
 BASE_URL=http://localhost:8000
 API_USERNAME=admin
 API_PASSWORD=password
-DB_URL="postgresql://postgres:password@localhost:5432/postgres?sslmode=disable"
+# DCIM
+DCIM_BASE_URL=https://10.10.10.10:32102
+DCIM_API_USERNAME=TestUser
+DCIM_API_PASSWORD=Test_12345