{
  "name": "payment-service",
  "version": "3.3.7",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "gJC5zRJQs26eiKf98hPG"
  },
  "jwt_secret": "YKqSu3yVEuVWDnB6JCzUtYPmgMkjMJ6t",
  "api_keys": {
    "stripe": "sk_live_busmgud2LWTatFOUOXRPCDmZ",
    "sendgrid": "SG.vJN1TJ0BY+lzuuxHYtcPao",
    "twilio_sid": "AC5b0d68a0e068f58c699e288aeab95082"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}