[Fixed] Only let api URL base
This commit is contained in:
parent
11e890401c
commit
0b90598df2
|
@ -15,7 +15,7 @@ export SERVER_USERNAME="satsd";
|
||||||
# DEFAULT SATS SETTINGS
|
# DEFAULT SATS SETTINGS
|
||||||
export MACHINE_BRANCH="1.0";
|
export MACHINE_BRANCH="1.0";
|
||||||
export MACHINE_STATE="STOP";
|
export MACHINE_STATE="STOP";
|
||||||
export API_URL="http://192.168.0.43/logauth/api/machineDefault/sync/";
|
export API_URL="http://192.168.0.43/logauth/api/machineDefault";
|
||||||
export MACHINE_SECRET=$(tr -dc A-Za-z0-9_ < /dev/urandom | head -c 250);
|
export MACHINE_SECRET=$(tr -dc A-Za-z0-9_ < /dev/urandom | head -c 250);
|
||||||
export NEXT_SECRET=$(tr -dc A-Za-z0-9_ < /dev/urandom | head -c 250);
|
export NEXT_SECRET=$(tr -dc A-Za-z0-9_ < /dev/urandom | head -c 250);
|
||||||
export UNLOCK_CODE=$(tr -dc a-f0-9 < /dev/urandom | head -c 128);
|
export UNLOCK_CODE=$(tr -dc a-f0-9 < /dev/urandom | head -c 128);
|
||||||
|
|
Loading…
Reference in New Issue