From 016764929b7ef0d1e10df604a1f656951898512e Mon Sep 17 00:00:00 2001 From: daniel-c-harvey Date: Tue, 2 Jun 2026 10:04:32 -0400 Subject: [PATCH] enviornment examples --- .gitignore | 3 ++- DeepDrftAPI/DeepDrftAPI.csproj | 1 + DeepDrftAPI/{ => environment}/apikey.example.json | 0 DeepDrftAPI/{ => environment}/authblocks.example.json | 0 DeepDrftAPI/{ => environment}/connections.example.json | 0 DeepDrftAPI/{ => environment}/filedatabase.example.json | 0 DeepDrftContent/DeepDrftContent.csproj | 4 ++++ 7 files changed, 7 insertions(+), 1 deletion(-) rename DeepDrftAPI/{ => environment}/apikey.example.json (100%) rename DeepDrftAPI/{ => environment}/authblocks.example.json (100%) rename DeepDrftAPI/{ => environment}/connections.example.json (100%) rename DeepDrftAPI/{ => environment}/filedatabase.example.json (100%) diff --git a/.gitignore b/.gitignore index a67d0b9..18f2815 100644 --- a/.gitignore +++ b/.gitignore @@ -296,7 +296,8 @@ __pycache__/ .claude/worktrees/ # Environment Secrets -**/environment +**/environment/* +!**/environment/*.example.json **/appsettings.Development.json # local sqlite files diff --git a/DeepDrftAPI/DeepDrftAPI.csproj b/DeepDrftAPI/DeepDrftAPI.csproj index d05cdda..df7b2df 100644 --- a/DeepDrftAPI/DeepDrftAPI.csproj +++ b/DeepDrftAPI/DeepDrftAPI.csproj @@ -10,6 +10,7 @@ +