{
  "name": "payment-service",
  "version": "1.6.24",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "bIVIQpQc4webRongZ5dH"
  },
  "jwt_secret": "TxYL/O4L+x1wMehKpAyR5eQMRj07tII5",
  "api_keys": {
    "stripe": "sk_live_OLdRnndV85UEpNLAWui9cbgb",
    "sendgrid": "SG.NW7zcz+Gl18O9B0eEXPKHb",
    "twilio_sid": "AC5a529133ca44c0fcb9316ac6da9092e1"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}