some test
This commit is contained in:
parent
9394086e81
commit
a787c178a8
|
@ -13,13 +13,14 @@ export SERVER_HOSTNAME="xdrm.io";
|
|||
export SERVER_USERNAME="satsd";
|
||||
|
||||
# DEFAULT SATS SETTINGS
|
||||
export MACHINE_ID="127";
|
||||
export MACHINE_BRANCH="1.0";
|
||||
export MACHINE_STATE="STOP";
|
||||
export MACHINE_STATE="000";
|
||||
export API_URL="http://logauth-local/api/machineDefault";
|
||||
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 UNLOCK_CODE=$(tr -dc a-f0-9 < /dev/urandom | head -c 128);
|
||||
export WAREHOUSE_TOKEN="643405e1004845c2291c244faab192e3ad493b9dec147c8030475794b0f2fa23";
|
||||
export WAREHOUSE_TOKEN="52131065a906de90e26da0732e58400edd6739cfa03fc658e7593abef4a4504e18e66e1a8fe9da374a8e8f753603463e4777789262b3ee945d4bf72dd8d6399c";
|
||||
|
||||
# IF RUN ON LOCAL
|
||||
# will create an entry in /etc/hosts
|
||||
|
|
Loading…
Reference in New Issue