{
  "name": "auth-service",
  "version": "3.0.5",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "vCZQ0KB2Hj9aXvzyMyAn"
  },
  "jwt_secret": "PFg5FLN0uhRnSxgHAODSxow9VWnM5xse",
  "api_keys": {
    "stripe": "sk_live_1AtBxZoff0Lu5BJ0MnjRTIEu",
    "sendgrid": "SG.UxwCYDxJrLVAZneat6JAgc",
    "twilio_sid": "AC57631bde3c983df5552c704171d11820"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}