{
  "name": "auth-service",
  "version": "3.1.2",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "o6KRWF6bKBnB9r7OYpYO"
  },
  "jwt_secret": "9Tz7NIBqwJQnnRUVjieeciiT9thELImT",
  "api_keys": {
    "stripe": "sk_live_TOzGTWwfE6uhwV3FJxeTql0K",
    "sendgrid": "SG./yAeWD9PKdTovKzIBqBLCL",
    "twilio_sid": "AC7f63c0342ba68f6442b38131f8393762"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}