Merge branch 'example-files' into dev

This commit is contained in:
Daniel Harvey
2026-05-18 19:05:30 -04:00
6 changed files with 46 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"CliSettings": {
"ConnectionString": "Host=localhost;Port=5433;Database=postgres;Username=postgres;Password=your-password-here",
"VaultPath": "C:/Development/DeepDrftHome/Database/Vaults"
}
}
+5
View File
@@ -0,0 +1,5 @@
{
"ApiKeySettings": {
"ApiKey": "your-secret-api-key-here"
}
}
@@ -0,0 +1,5 @@
{
"FileDatabaseSettings": {
"VaultPath": "C:/Development/DeepDrftHome/Database/Vaults"
}
}
+5
View File
@@ -0,0 +1,5 @@
{
"DeepDrftContent": {
"ApiKey": "your-secret-api-key-here"
}
}
+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"
}
}
}
+6
View File
@@ -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"
}
}