updated WIFI and set api.url to online xdrm.io's version
This commit is contained in:
parent
e0e3d2b43a
commit
34ebdf824a
|
@ -5,8 +5,8 @@ export IMAGE_FILE="original.img";
|
||||||
export IMAGE_GZIP="0";
|
export IMAGE_GZIP="0";
|
||||||
|
|
||||||
# WIFI SETTINGS
|
# WIFI SETTINGS
|
||||||
export WIFI_SSID="freeboxma";
|
export WIFI_SSID="SATS_AP1";
|
||||||
export WIFI_PASS=" manon adrien ";
|
export WIFI_PASS="SATS_PASS";
|
||||||
|
|
||||||
# SERVER SETTINGS
|
# SERVER SETTINGS
|
||||||
export SERVER_HOSTNAME="xdrm.io";
|
export SERVER_HOSTNAME="xdrm.io";
|
||||||
|
@ -16,7 +16,7 @@ export SERVER_USERNAME="satsd";
|
||||||
export MACHINE_ID="127";
|
export MACHINE_ID="127";
|
||||||
export MACHINE_BRANCH="1.0";
|
export MACHINE_BRANCH="1.0";
|
||||||
export MACHINE_STATE="000";
|
export MACHINE_STATE="000";
|
||||||
export API_URL="http://logauth/api/machineDefault";
|
export API_URL="https://logauth.xdrm.io/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);
|
||||||
|
@ -25,4 +25,4 @@ export WAREHOUSE_TOKEN="52131065a906de90e26da0732e58400edd6739cfa03fc658e7593abe
|
||||||
# FOR TESTING ONLY - IF RUN ON LOCAL
|
# FOR TESTING ONLY - IF RUN ON LOCAL
|
||||||
|
|
||||||
# will create an entry in /etc/hosts to user local SMMP
|
# will create an entry in /etc/hosts to user local SMMP
|
||||||
export LOCAL_TEST="192.168.0.15 logauth";
|
export LOCAL_TEST="10.0.1.4 logauth";
|
||||||
|
|
Loading…
Reference in New Issue