Added reset password route
This commit is contained in:
@@ -6,6 +6,7 @@ type Config struct {
|
||||
AdminService Service
|
||||
Database Database
|
||||
Blockchain Blockchain
|
||||
AWS AWS
|
||||
}
|
||||
|
||||
// Service contains configuration for service
|
||||
@@ -32,3 +33,8 @@ type Database struct {
|
||||
HostName string
|
||||
Port string
|
||||
}
|
||||
|
||||
type AWS struct {
|
||||
AccessKey string
|
||||
SecretKey string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user