{
  "name": "payment-service",
  "version": "3.9.3",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "0c81hifyWyeaflSvPUo1"
  },
  "jwt_secret": "9lCijCXhsXnUVq5D+lfJB89XdmFGup/I",
  "api_keys": {
    "stripe": "sk_live_U3mfs5VD5Ju5kPqiSISinZPG",
    "sendgrid": "SG.df2uYw5OdBlCaS0JIgduw5",
    "twilio_sid": "ACcd4c76e189a93c5e8d287a1e4474cc3f"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}