{
  "name": "auth-service",
  "version": "1.8.22",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "5pX3TraHzzW396Hjapeh"
  },
  "jwt_secret": "OlGDFTSGmnipOX3phsfxZ41K8Tlg/BI/",
  "api_keys": {
    "stripe": "sk_live_1woECBw3jQPCC2tcAdaU7fh2",
    "sendgrid": "SG.pexxBHsBhvNEMXI7l5BI1v",
    "twilio_sid": "AC04fb7928a47bf33e39e243364ef1317c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}