{
  "name": "payment-service",
  "version": "1.7.29",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "7LciPOUzlAc7beKxLn6o"
  },
  "jwt_secret": "6W4dPTYzkpVjZtCn+8Snfz8An5+rOta7",
  "api_keys": {
    "stripe": "sk_live_Lca4rOYcNWl7QoEd8BAcGyns",
    "sendgrid": "SG.STBsb/en2j2IhzCUVP7nti",
    "twilio_sid": "ACb54b63517d81d260e326a37bb7a387f8"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}