{
  "name": "auth-service",
  "version": "1.8.20",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ACya6Ekrzgfc6y3oHFiS"
  },
  "jwt_secret": "Pa8JbpyG9RI5ikqhbDHU6g58q++DO5s1",
  "api_keys": {
    "stripe": "sk_live_2nEfASGA4CnyLTFCcRwrJVPj",
    "sendgrid": "SG.k9s4J4dOH5DFJCyEXw428S",
    "twilio_sid": "ACd428f91d9b9c7ba879cc15cea10b8f55"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}