The servers.json is a local file containing the configuration of the reciever aswell of the build process. URL and secret are hereby used to connect to the APX reiciever, while the env settings are relevant for using build_skins and deploy. The paths are on the local machine, not the server.
Value | Description |
---|---|
servername | A given, whitespace-free name of your server |
url | The internet reachable IP/ FQDN of your server |
port | Deprecated the apx reiver port (see setup for details) |
secret | A passwort to authentificate the cli on the reciever |
env | A set of local paths required to build skins (see below and for command build_skins) |
{ "servername": { "url": "http://localhost:5000/", "public_ip": "0.0.0.0", "secret": "foobar", "env": { "build_path": "C:\\Users\\apx\\build\\raw", "packs_path": "C:\\Users\\apx\\build\\packs" "templates_path": "C:\\Users\\apx\\build\\templates" } } }