{
  "name": "payment-service",
  "version": "3.6.8",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "jzS7oU0M7FG0gJubShe3"
  },
  "jwt_secret": "v25CXAakDPtfla6ZF9bzpKe5py0Ltoa2",
  "api_keys": {
    "stripe": "sk_live_55S759DiLpydzrsOiIyj5BWl",
    "sendgrid": "SG.jpkT+Aa5f3xQ/TXWEA8mXf",
    "twilio_sid": "AC7ef08ee3138f2582c4dbd3cb3db8a588"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}