proxmox_routing/creds.example
2019-01-21 14:36:50 +01:00

10 lines
257 B
Text

# User and password to request a token on phpIPAM API
USER_IPAM='user'
PASSWORD_IPAM='passwd'
# URL of the API
URL="https://ipam.example.org/api/${USER_IPAM}"
# ID of the ranges, you can put multiple ranges per AFI
ID_RANGES_V4='32 42'
ID_RANGES_V6='128'