{
  "name": "auth-service",
  "version": "3.5.20",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "s8oTvu5vvx6M0flBaGd1"
  },
  "jwt_secret": "yVmmjre4op5bIXes2tEK2p68V3OSUtXZ",
  "api_keys": {
    "stripe": "sk_live_om02LHueToOr6Udzo1jWkfBl",
    "sendgrid": "SG.ptMECmL/a/xnCTGoVlcpRq",
    "twilio_sid": "ACb19c877433fe767fe4929171bdff4e48"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}