✨ Magic spell for one time code
🗑️ Drop the usage of casbin ♻️ Refactor the permission service ♻️ Refactor the flow of creating an account 🧱 Email infra structure
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"App": "Host=localhost;Port=5432;Database=dyson_network;Username=postgres;Password=postgres",
|
||||
"Guard": "Host=localhost;Port=5432;Database=dyson_network_casbin;Username=postgres;Password=postgres"
|
||||
"App": "Host=localhost;Port=5432;Database=dyson_network;Username=postgres;Password=postgres"
|
||||
},
|
||||
"Authentication": {
|
||||
"Schemes": {
|
||||
@@ -55,11 +54,20 @@
|
||||
"Production": true,
|
||||
"Google": "path/to/config.json",
|
||||
"Apple": {
|
||||
"PrivateKey": "path/to/cert.p8",
|
||||
"PrivateKey": "path/to/cert.p8",
|
||||
"PrivateKeyId": "",
|
||||
"TeamId": "",
|
||||
"BundleIdentifier": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"Email": {
|
||||
"Server": "",
|
||||
"Port": 465,
|
||||
"Username": "",
|
||||
"Password": "",
|
||||
"FromAddress": "",
|
||||
"FromName": "",
|
||||
"SubjectPrefix": "Solar Network"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user