{
  "name": "auth-service",
  "version": "1.1.2",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ptzXnchiYuYO1GSODqo9"
  },
  "jwt_secret": "I1F4h713d5phxlPboBZ8E+PSCPdZ9mJS",
  "api_keys": {
    "stripe": "sk_live_XFzh8bbGfsRcEeSSHEx21EPu",
    "sendgrid": "SG.xRHzTIT+Fblq8NE7JV2+Xq",
    "twilio_sid": "AC496a91c7d62aabd3c4c1285ffbef450a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}