Protected routes
This commit is contained in:
@@ -6,15 +6,17 @@ type Config struct {
|
||||
AdminService Service
|
||||
Database Database
|
||||
Blockchain Blockchain
|
||||
AWS AWS
|
||||
AWS AWS
|
||||
}
|
||||
|
||||
// Service contains configuration for service
|
||||
type Service struct {
|
||||
Port string
|
||||
Environment string
|
||||
WebPageURL string
|
||||
MapboxAccessToken string
|
||||
Port string
|
||||
Environment string
|
||||
WebPageURL string
|
||||
MapboxAccessToken string
|
||||
JwtSecretKey string
|
||||
JwtSecretKeyExpiryHours string
|
||||
}
|
||||
|
||||
// Blockchain contains configuration for blockchain
|
||||
|
||||
Reference in New Issue
Block a user