浏览代码

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