enviornment examples

This commit is contained in:
daniel-c-harvey
2026-06-02 10:04:32 -04:00
parent d2ef21066d
commit 016764929b
7 changed files with 7 additions and 1 deletions
@@ -0,0 +1,5 @@
{
"ApiKeySettings": {
"ApiKey": "your-secret-api-key-here"
}
}
@@ -0,0 +1,19 @@
{
"AuthBlocks": {
"SupportEmail": "admin@deepdrft.com",
"Jwt": {
"Secret": "your-jwt-secret-here-min-32-chars",
"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=deepdrft;Username=postgres;Password=your-password-here",
"Auth": "Host=localhost;Port=5433;Database=deepdrft_auth;Username=postgres;Password=your-password-here"
}
}
@@ -0,0 +1,5 @@
{
"FileDatabaseSettings": {
"VaultPath": "<path-to-vault>"
}
}