https://github.com/akvo/exact2sheets
https://github.com/akvo/exact2sheets
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/akvo/exact2sheets
- Owner: akvo
- License: apache-2.0
- Created: 2020-10-07T12:33:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-14T16:58:35.000Z (almost 5 years ago)
- Last Synced: 2023-03-10T21:48:11.928Z (almost 3 years ago)
- Language: Kotlin
- Size: 149 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Exact2Sheets
Experimental
Add the files `secret.conf` and `credentials.json` inside `resources` folder, you will find them in the vault. Alternatively this is the `secrets.conf` template
```
ktor {
secret {
clientId = "your client id"
clientSecret = "your client secret"
redirectUrl = "redirect url as setup in exact app"
}
}
```
and the `secrets.json` file is the google service account key.