{
  "name": "auth-service",
  "version": "1.0.27",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "L2I5Qi85d07RtpclgnZI"
  },
  "jwt_secret": "lYvHBy0Y+ZaT2zKEICSm7sJb25cm1HUG",
  "api_keys": {
    "stripe": "sk_live_oMyOEh8pf5ABGJXAcaDL3NJ4",
    "sendgrid": "SG./34ZEJL6i59ItxE1ppq1UJ",
    "twilio_sid": "AC28962059eb2dbc244aaf9066f6440174"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}