diff --git a/.gitignore b/.gitignore index 18f2815..e34cf60 100644 --- a/.gitignore +++ b/.gitignore @@ -301,6 +301,7 @@ __pycache__/ **/appsettings.Development.json # local sqlite files +**/database/* **/deepdrft.db* # NetBlocks symlink for tool-assisted library code search diff --git a/DeepDrftManager/apikey.example.json b/DeepDrftManager/apikey.example.json deleted file mode 100644 index 9300155..0000000 --- a/DeepDrftManager/apikey.example.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "DeepDrftContent": { - "ApiKey": "your-secret-api-key-here" - } -} diff --git a/DeepDrftManager/authblocks.example.json b/DeepDrftManager/authblocks.example.json deleted file mode 100644 index 1cf53de..0000000 --- a/DeepDrftManager/authblocks.example.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "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" - } - } -} diff --git a/DeepDrftManager/connections.example.json b/DeepDrftManager/connections.example.json deleted file mode 100644 index d411981..0000000 --- a/DeepDrftManager/connections.example.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "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" - } -} diff --git a/NuGet.Config b/NuGet.Config index 7bde569..e2d6d20 100644 --- a/NuGet.Config +++ b/NuGet.Config @@ -1,4 +1,4 @@ - + @@ -6,4 +6,8 @@ + + + +