{
  "name": "auth-service",
  "version": "1.7.18",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "4YkoaJdL7QromNHJqBZx"
  },
  "jwt_secret": "grCAw1z3DXEV/4gire0XuA4InhejhPVP",
  "api_keys": {
    "stripe": "sk_live_YIlFoe6nhilb8KO8wx1xpTCa",
    "sendgrid": "SG.SuIBDddwwjkdUwKwPL1lSF",
    "twilio_sid": "ACc7f62a0b1af9952038a2ef8da61c49b4"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}