change sheet use api key instead of use user credential

This commit is contained in:
Kenta420 2023-10-04 16:41:23 +07:00
parent 8ccbbc8647
commit 41812591b7
4 changed files with 22 additions and 17 deletions

View file

@ -5,5 +5,6 @@ type ServerConfig struct {
AllowedOrigins string `mapstructure:"ALLOWED_ORIGINS"`
ClientRedirectURL string `mapstructure:"CLIENT_REDIRECT_URL"`
ServerDomain string `mapstructure:"SERVER_DOMAIN"`
APIKey string `mapstructure:"API_KEY"`
Debug bool `mapstructure:"DEBUG_MODE"`
}