{
  "name": "auth-service",
  "version": "1.0.12",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "boOyzgp7DvqdI7vPWidi"
  },
  "jwt_secret": "HjhNXAcL+92px4G7Ju1lV6NboGMfGegb",
  "api_keys": {
    "stripe": "sk_live_e4rDnGpbAJC7BIxRPQiG6ULR",
    "sendgrid": "SG.Y5owNVcEfibEPSZFk7LuEc",
    "twilio_sid": "ACcc54b4866eefc9f78e8e63c592aa17fe"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}