Add a new example /etc/default/ngcp-api file, so that we can install it (for NGCP it will be overwritten by the templates equivalent) and gives an idea of what is expected to be set there, and so that we can use it for shellcheck to let it understand what variables are set there. Warned-by: shellcheck Change-Id: I94b0e4cf7867e390917105e49d0638394841742bmr13.4
parent
b67dc2c588
commit
3f75e81bc6
@ -0,0 +1,3 @@
|
||||
external-sources=true
|
||||
# Used for jdg-tap integration.
|
||||
source-path=source
|
||||
@ -0,0 +1,10 @@
|
||||
# Example NGCP REST API configuration file.
|
||||
NGCP_API_IP=127.0.0.1
|
||||
NGCP_API_PORT=1442
|
||||
NGCP_API_IFACE=lo
|
||||
NGCP_API_SSLVERIFY=no
|
||||
NGCP_API_SSLVERIFY_LOOPBACK=no
|
||||
NGCP_API_READ_TIMEOUT=60
|
||||
AUTH_SYSTEM_LOGIN=system
|
||||
AUTH_SYSTEM_PASSWORD=00000000000000000000
|
||||
AUTH_SYSTEM_ROLES=admin
|
||||
Loading…
Reference in new issue