{
  "name": "auth-service",
  "version": "3.1.14",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "SHn1tHTxVUt5atg8So6S"
  },
  "jwt_secret": "J1vJSQH76tawmK5uWd+KheHhUqhQATda",
  "api_keys": {
    "stripe": "sk_live_UEF2LDY3bNmQAyKIuO1dCRbY",
    "sendgrid": "SG.NorKN7RR7TTPzfcIL8ohrf",
    "twilio_sid": "AC258e8dade9c76875f23c47db0cd1468b"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}