docs: add *.example.json onboarding files for all three hosts
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"CliSettings": {
|
||||||
|
"ConnectionString": "Host=localhost;Port=5433;Database=postgres;Username=postgres;Password=your-password-here",
|
||||||
|
"VaultPath": "C:/Development/DeepDrftHome/Database/Vaults"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"ApiKeySettings": {
|
||||||
|
"ApiKey": "your-secret-api-key-here"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"FileDatabaseSettings": {
|
||||||
|
"VaultPath": "C:/Development/DeepDrftHome/Database/Vaults"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"DeepDrftContent": {
|
||||||
|
"ApiKey": "your-secret-api-key-here"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"ConnectionStrings": {
|
||||||
|
"DefaultConnection": "Host=localhost;Port=5433;Database=postgres;Username=postgres;Password=your-password-here",
|
||||||
|
"Auth": "Host=localhost;Port=5433;Database=postgres;Username=postgres;Password=your-password-here"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user