{
  "name": "payment-service",
  "version": "2.2.3",
  "database": {
    "host": "db-0.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "zLSX7Eh47OLylU7EhY5e"
  },
  "jwt_secret": "xF5xPhuXPWoyqzyj+z3C4YYZ7pnjlZy6",
  "api_keys": {
    "stripe": "sk_live_fXNursFvbYbhRrUXY3zDwgmF",
    "sendgrid": "SG.obzAD+ebUAEaL2BYuv9muG",
    "twilio_sid": "AC34d229fe25520fcf97adf1a028e6dd93"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}