docs: add *.example.json onboarding files for all three hosts

This commit is contained in:
Daniel Harvey
2026-05-18 19:03:46 -04:00
parent 39138bef21
commit a5e37c9130
6 changed files with 46 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"AuthBlocks": {
"SupportEmail": "admin@deepdrft.com",
"Jwt": {
"Secret": "your-jwt-secret-here",
"Issuer": "https://deepdrft.com",
"Audience": "deepdrft-users"
},
"Email": {
"Host": "smtp.your-provider.com",
"Token": "your-email-token-here"
},
"Admin": {
"UserName": "admin",
"Email": "admin@deepdrft.com",
"Password": "your-admin-password-here"
}
}
}