blob: 105c43787462f205c21afda7b00790dab3f35127 (
plain)
1
2
3
4
5
6
7
8
|
POSTGRES_USERNAME=postgres
POSTGRES_DATABASE=postgres
POSTGRES_PASSWORD=mysecretpassword
NETBOX_URL=https://netbox.example.com
NETBOX_TOKEN=MY_SECRET_TOKEN
BACKEND_CORS_ORIGINS=http://localhost:8000,http://localhost:8080
|