Quellcode durchsuchen

feat:环境变量增加

TzuxinChen vor 3 Monaten
Ursprung
Commit
2dfa9850f4
1 geänderte Dateien mit 7 neuen und 1 gelöschten Zeilen
  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