# Please fill in these three variables API_DLT='http://$IP_API_DLT' API_DLT_TOKEN=$TOKEN API_RESOLVER='http://$IP_API_RESOLVER' # you might change or register ID_FEDERATED if you change DEVICEHUB_HOST ID_FEDERATED='DH12' # Database Variables DB_USER='dhub' DB_PASSWORD='ereuse' DB_HOST='localhost' DB_DATABASE='dpp' SCHEMA='dbtest' DB_SCHEMA='dbtest' # TODO this should be guessed by DEVICEHUB_HOST, and avoid hardcode of ID_FEDERATED SERVER_ID_FEDERATED='DH12' CLIENT_ID_FEDERATED='DH20' #SERVER_ID_DEVICEHUB_HOST='http://devicehub-server-id.example.com' SERVER_ID_DEVICEHUB_HOST='http://localhost:5000' #CLIENT_ID_DEVICEHUB_HOST='http://devicehub-client-id.example.com' CLIENT_ID_DEVICEHUB_HOST='http://localhost:5001' SERVER_ID_SERVICE='server_id' CLIENT_ID_SERVICE='client_id' HOST='localhost' EMAIL_DEMO='user@example.com' PASSWORD_DEMO='1234' JWT_PASS='aaaa' SECRET_KEY='aaaa' # important to import snapshots (step 15) # rel path starts with ./ #SNAPSHOTS_PATH='./relpath/to/snapshots' # full path starts with / SNAPSHOTS_PATH='/tmp/dhub_docker/snapshots' # If you have a URL_MANUALS implementation, please change this url URL_MANUALS='http://localhost:4000'