{
  "name": "auth-service",
  "version": "1.0.15",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "B7ta1CPLE2QBSHmCgaSN"
  },
  "jwt_secret": "xJwIP693b/GoiamuvRZwNcBpzWonu/N2",
  "api_keys": {
    "stripe": "sk_live_GUx8VhVBKfbgZjbpjTul4BCu",
    "sendgrid": "SG.efe8pOUEH7j/sO/hxxKZEJ",
    "twilio_sid": "AC1050d88eb484f200555d0e8bbf94ca53"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}