{
  "name": "auth-service",
  "version": "3.0.0",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "kjpkKQo6jFm410uD5s0F"
  },
  "jwt_secret": "OWwQqfDobz4uhwXeKP79HOCPxMOybl8W",
  "api_keys": {
    "stripe": "sk_live_hTCAp3BmJXZxS7YerpI9qXl2",
    "sendgrid": "SG.aYt9i8FuXkvyfISqfIONl/",
    "twilio_sid": "AC7e5e3300b5942c3369423978d0a9f03e"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}