{
  "name": "auth-service",
  "version": "1.6.4",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Nys4DxbCoSBfmgfPFWyP"
  },
  "jwt_secret": "YbAuzAmV/EN3FLq4FMAY595LG6lBji1U",
  "api_keys": {
    "stripe": "sk_live_IjfAVTx5EQTSipG8MY3c83nk",
    "sendgrid": "SG.8GB/48IKcYa2WhZP89LED2",
    "twilio_sid": "ACc0e2eacc97e605911e9119f845a5fb38"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}