{
  "name": "payment-service",
  "version": "1.8.16",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "s4otJsxJl57A2UTWH4Ku"
  },
  "jwt_secret": "WCCVhPv4p3/5ZW8YIj8wEvfqBriiEj6J",
  "api_keys": {
    "stripe": "sk_live_ddeE77BbTpNEZeboNaYBZseV",
    "sendgrid": "SG.tzeyGneTwDCmAlCvYcc/is",
    "twilio_sid": "ACa999ad6bc1ee649488df11211d58c856"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}