{
  "name": "auth-service",
  "version": "2.0.10",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "LzGNDI1o3WWU87ufdaBi"
  },
  "jwt_secret": "xg2CX0OXbpi0IZ0M6b+PKZusDEkuh7Km",
  "api_keys": {
    "stripe": "sk_live_ZCy7x6mxUYZhZECX65BVDrPf",
    "sendgrid": "SG.kKGhhWBikvN8KTSp94jed2",
    "twilio_sid": "AC40b89604f9e97441320ababa5e62a163"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}