fix env.example

This commit is contained in:
Cayo Puigdefabregas 2023-09-27 08:03:09 +02:00
parent c8ab0a959e
commit 740007b804
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ DB_USER='dhub'
DB_PASSWORD='ereuse'
DB_HOST='localhost'
DB_DATABASE='devicehub'
SECRET_KEY='aaaa'
API_DLT='http://$IP_API_DLT'
API_DLT_TOKEN=$TOKEN
API_RESOLVER='http://$IP_API_RESOLVER'