{
  "name": "auth-service",
  "version": "1.8.21",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "5tCQvntHJNg360QUcyRD"
  },
  "jwt_secret": "gajz0K714MhbdgolGM6HrHMF4zsmRnH6",
  "api_keys": {
    "stripe": "sk_live_yN0KUy1oOijGkxYDHGE1iDZj",
    "sendgrid": "SG.HDgcS3DtRD/YXc5lj2/kJ+",
    "twilio_sid": "AC9bd716d7215a198ec53bafb4dcd49ae0"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}