{
  "name": "auth-service",
  "version": "1.9.21",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "DV8b4Um6vupmF8oqQlgj"
  },
  "jwt_secret": "jdb8ni6ip1OkiN0ZxcSAgpAr9ZTFVfqU",
  "api_keys": {
    "stripe": "sk_live_zMPYYNw5BxaZbW8b8qkgqx9L",
    "sendgrid": "SG.1LRZ9NYz8bIwIspFyBcoN5",
    "twilio_sid": "ACa69a784f0022ea21f55abc635156972b"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}