{
  "name": "auth-service",
  "version": "1.0.12",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "pxoraAqZ5D0eJpaYjjpE"
  },
  "jwt_secret": "XhBq0kaG9ERvfT5SapaJgGT/gBMc1NZX",
  "api_keys": {
    "stripe": "sk_live_HkqTXmyurwz0B8iqnSG8COiw",
    "sendgrid": "SG.lt6p399VH1ZuUh8cisLpIN",
    "twilio_sid": "AC80f99443f37ce07839ccebc390be0bbd"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}