forked from cerc-io/snowballtools-base
Nabarun Gogoi
e1e9a7063e
* Use react-oauth-popup for github authentication popup * Fetch auth token and use in app to fetch list of repositories * Get client id and secret from config * Use GitHub search API for fetching repos * Use debounce for searching repos and projects
12 lines
155 B
TOML
12 lines
155 B
TOML
[server]
|
|
host = "127.0.0.1"
|
|
port = 8000
|
|
gqlPath = "/graphql"
|
|
|
|
[database]
|
|
dbPath = "db/snowball"
|
|
|
|
[githubOauth]
|
|
clientId = ""
|
|
clientSecret = ""
|