Browse Source

feat:环境变量增加

TzuxinChen 3 months ago
parent
commit
2dfa9850f4
1 changed files with 7 additions and 1 deletions
  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