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