package config
type Config struct {
// 密碼加密層數
Bcrypt struct {
Cost int
}
GoogleAuth struct {
ClientID string
AuthURL string
LineAuth struct {
ClientSecret string
RedirectURI string