{
  "name": "auth-service",
  "version": "2.5.21",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "2U4LR2236oYyXsjnj3Gm"
  },
  "jwt_secret": "2Lq2H4JqKjweh2pn6zyyPT+w2jt0+GUy",
  "api_keys": {
    "stripe": "sk_live_oetPzLxNdvu5oNWPbU3bPThp",
    "sendgrid": "SG.nWtRytpUGDQAITxBP+GpLj",
    "twilio_sid": "AC246a115e72ab0f7710cd6e0700f40681"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}