{
  "name": "payment-service",
  "version": "3.1.25",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "C0AVeWvBXBshGdOKtIAd"
  },
  "jwt_secret": "dhiDTkgxk06MN752WxrBgtIsGtYMzzFv",
  "api_keys": {
    "stripe": "sk_live_ipnnGWJnunqCg1FGwPgyPaWu",
    "sendgrid": "SG.wKR5qVLNVLIkcpKZ+ypN6d",
    "twilio_sid": "ACa2f329055bd51b98b790c78a287df6d1"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}