{
  "name": "auth-service",
  "version": "2.0.22",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "R8vvyeSY4Zhjjg1m4W3n"
  },
  "jwt_secret": "EL9Qo9brO5rfn2NPNiUdiWw1ebxDV6yM",
  "api_keys": {
    "stripe": "sk_live_50aec7sxlZgeFoq5ciPFWXdi",
    "sendgrid": "SG.AO/JL0aOXdmdKRNEl0BGrs",
    "twilio_sid": "ACc722ff94fb4f95195ffe49ad58a6711c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}