{
  "name": "auth-service",
  "version": "2.2.0",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "J6EFQRRzTxSsYL4MNMGh"
  },
  "jwt_secret": "ShuQ5W2t+YoirYVKlaPX6doEtAPkOS2c",
  "api_keys": {
    "stripe": "sk_live_kAmqj09BNKBoBbhuPWDlIzSX",
    "sendgrid": "SG.8EKp9qsQBCHlMnX91y7Af7",
    "twilio_sid": "AC37af815f98b0b20b2d6a62b16d7d47a1"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}