{
  "name": "auth-service",
  "version": "2.1.3",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "xL52kRYfNDDFy0U0GwoR"
  },
  "jwt_secret": "COx4ZL3faKcP9rA1gDdtnxoOmhqqFK3Z",
  "api_keys": {
    "stripe": "sk_live_Z12PkMgs4IGNh4xqudnanjVP",
    "sendgrid": "SG.tXpH6ALkMCr+mgMY7/35wt",
    "twilio_sid": "AC389ddd738121e75d4d9d5e58734f6662"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}