diff --git a/env.example b/env.example index 9ee3bdcc..99fad840 100644 --- a/env.example +++ b/env.example @@ -26,10 +26,10 @@ TPOT_PERSISTENCE=on # SENSOR: This needs to be used when running a sensor. Be aware to adjust all other # settings as well. # 1. You will need to copy compose/sensor.yml to ./docker-comopose.yml -# 2. From HIVE host you will need to copy ~/data/nginx/cert/nginx.crt to -# your SENSOR host to ~/data/hive.crt +# 2. From HIVE host you will need to copy ~/tpotce/data/nginx/cert/nginx.crt to +# your SENSOR host to ~/tpotce/data/hive.crt # 3. On HIVE: Create a web user per SENSOR on HIVE and provide credentials below -# Create credentials with 'htpasswd data/nginx/conf/lswebpasswd ' +# Create credentials with 'htpasswd ~/tpotce/data/nginx/conf/lswebpasswd ' # 4. On SENSOR: Provide username / password from (3) for TPOT_HIVE_USER as base64 encoded string: # "echo -n 'username:password' | base64" TPOT_TYPE=HIVE