{
  "name": "auth-service",
  "version": "1.6.0",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ylgj6D20C3Kz7FMiwojT"
  },
  "jwt_secret": "+WDf+TMvnOBRvjKAxvr7Lk7kRspB2g52",
  "api_keys": {
    "stripe": "sk_live_iwiuEYSLDuAPdlPqO2YJvSvM",
    "sendgrid": "SG.dOYahw7UFLzJm0Jz1rixVz",
    "twilio_sid": "AC9082ad61f58c8431cdef3c5e6a874000"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}