This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
devicehub-teal/examples/env.example

32 lines
832 B
Plaintext
Raw Normal View History

2020-09-29 07:42:05 +00:00
DB_USER='dhub'
DB_PASSWORD='ereuse'
DB_HOST='localhost'
DB_DATABASE='devicehub'
2023-09-19 07:05:59 +00:00
API_DLT='http://$IP_API_DLT'
API_DLT_TOKEN='$TOKEN'
2023-09-19 07:05:59 +00:00
API_RESOLVER='http://$IP_API_RESOLVER'
# TODO this should be guessed by DEVICEHUB_HOST, and avoid hardcode of ID_FEDERATED
ID_FEDERATED='$ID'
2023-09-19 07:05:59 +00:00
URL_MANUALS='http://$IP_MANUALS'
SERVER_ID_DEVICEHUB_HOST='http://devicehub-server-id.example.com'
CLIENT_ID_DEVICEHUB_HOST='http://devicehub-client-id.example.com'
SERVER_ID_SERVICE='server_id'
CLIENT_ID_SERVICE='client_id'
HOST='localhost'
SCHEMA='dbtest'
DB_SCHEMA='dbtest'
EMAIL_DEMO='user@example.org'
PASSWORD_DEMO='changeme'
JWT_PASS='changeme'
SECRET_KEY='changeme'
# important to import snapshots (step 15)
# rel path starts with ./
#SNAPSHOTS_PATH='./relpath/to/snapshots'
# full path starts with /
SNAPSHOTS_PATH='/fullpath/to/snapshots'