{
  "name": "payment-service",
  "version": "2.5.14",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "DgD2mOi9gkIPOzrBJ2YP"
  },
  "jwt_secret": "zyBjkfQstnK40y6VbWa46hjGGwTstliY",
  "api_keys": {
    "stripe": "sk_live_s8LHvFeaJ5eyLqNSEFqPbU0H",
    "sendgrid": "SG.8qiyHc6c3Z//uoGALt0g85",
    "twilio_sid": "AC5aca40f97dbf43c498f82dd3451913df"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}