Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
vesta
rigtools
Commits
313aef44
Commit
313aef44
authored
Jun 21, 2017
by
David Mondou
Browse files
Added fake values for DEVICE_URI and DEVICE_TENANT.
dgua_service will not run without DEVICE_URI populated.
parent
a14e8409
Changes
1
Hide whitespace changes
Inline
Side-by-side
dgua.conf
View file @
313aef44
...
...
@@ -11,10 +11,10 @@ MAX_INSTANCES=10
CONNECTION_TIMEOUT
=
60
# The uri of the server
DEVICE_URI
=
""
DEVICE_URI
=
"
http://www.example.com
"
# The tenant to use when connecting to the server. The default is "default"
DEVICE_TENANT
=
""
DEVICE_TENANT
=
"
ADD-YOUR-TENANT-ID
"
# The TargetToken to be added to the header
# ie: "Authorization: TargetToken $DEVICE_TARGET_TOKEN"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment