bugfix - must be 'logauth' as dns in order to be catched by apache2

This commit is contained in:
xdrm-brackets 2017-02-21 16:30:16 +01:00
parent be2f5727d4
commit 50973b555a
1 changed files with 2 additions and 2 deletions

View File

@ -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-local/api/machineDefault"; export API_URL="http://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);
@ -24,4 +24,4 @@ export WAREHOUSE_TOKEN="52131065a906de90e26da0732e58400edd6739cfa03fc658e7593abe
# IF RUN ON LOCAL # IF RUN ON LOCAL
# will create an entry in /etc/hosts # will create an entry in /etc/hosts
export LOCAL_TEST="192.168.0.15 logauth-local"; export LOCAL_TEST="192.168.0.15 logauth";