fix env.example
This commit is contained in:
parent
c8ab0a959e
commit
740007b804
|
@ -2,6 +2,7 @@ DB_USER='dhub'
|
||||||
DB_PASSWORD='ereuse'
|
DB_PASSWORD='ereuse'
|
||||||
DB_HOST='localhost'
|
DB_HOST='localhost'
|
||||||
DB_DATABASE='devicehub'
|
DB_DATABASE='devicehub'
|
||||||
|
SECRET_KEY='aaaa'
|
||||||
API_DLT='http://$IP_API_DLT'
|
API_DLT='http://$IP_API_DLT'
|
||||||
API_DLT_TOKEN=$TOKEN
|
API_DLT_TOKEN=$TOKEN
|
||||||
API_RESOLVER='http://$IP_API_RESOLVER'
|
API_RESOLVER='http://$IP_API_RESOLVER'
|
||||||
|
|
Reference in New Issue