.env.example 266 B

12345678910
  1. # DB
  2. DB_URL="postgresql://postgres:password@localhost:5432/postgres?sslmode=disable"
  3. # RIIL
  4. BASE_URL=http://localhost:8000
  5. API_USERNAME=admin
  6. API_PASSWORD=password
  7. # DCIM
  8. DCIM_BASE_URL=https://10.10.10.10:32102
  9. DCIM_API_USERNAME=TestUser
  10. DCIM_API_PASSWORD=Test_12345