rebranding work

This commit is contained in:
2026-05-25 21:53:01 -04:00
parent 89822dedb8
commit c01c1a5636
52 changed files with 3090 additions and 70 deletions

View File

@@ -1,4 +1,4 @@
DATABASE_URL="postgresql://shieldai:shieldai_dev@localhost:5432/shieldai"
DATABASE_URL="postgresql://kordant:kordant_dev@localhost:5432/kordant"
REDIS_URL="redis://localhost:6379"
PORT=3000
LOG_LEVEL=info
@@ -7,7 +7,7 @@ RESEND_API_KEY=""
AWS_REGION="us-east-1"
# Datadog APM Configuration
DD_SERVICE="shieldai-api"
DD_SERVICE="kordant-api"
DD_ENV="development"
DD_VERSION="0.1.0"
DD_TRACE_ENABLED="true"