David Blume's GitList
Repositories
roku_ip_tagger.git
Code
Commits
Branches
Tags
Search
Tree:
c8f4e1d
Branches
Tags
main
scenegraph
roku_ip_tagger.git
source
settings.brs.sample
Add reference to the corresponding server code, too.
David Blume
commited
c8f4e1d
at 2016-09-09 12:52:40
settings.brs.sample
Blame
History
Raw
Function GetSettings() As Object this = { url: "https://yourdomain.com" auth: "yourauthorizationhere" } return this End Function