8000 GitHub - piderking/vgmt-data: Data Management Behind VGMT
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

piderking/vgmt-data

Repository files navigation

VGMT Data Collection

A Collection of OAuth and data storage / viewing tools for VGMT ecosystem

OAuth

Data / OAuth Server

Enviorment Variables

  • TOML_FILE_PATH={default=auth.toml}

TOML Settings File

System Config Settings, don't manipulate, leave default.

[oauth]
redirect_url = "/"

[server]
port = 3321
debug = true
host = "0.0.0.0"

Client Configs

[dexcom] # Service Name
client_id = "############################se8t" # OAuth Client ID
client_secret = "##########riT" # OAuth Clilent Secret
auth_url = "/v2/oauth2/login" # Endpoint to start auth
token_url = "/v2/oauth2/token" # Endpoint to exchange authorization code with access token
sandbox = true # Enable / Disable Sandbox
sandbox_url="https://sandbox-api.dexcom.com" # Sandbox API
production_url="https://api.dexcom.com" # Production API

About

Data Management Behind VGMT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0