{
  "name": "payment-service",
  "version": "3.2.6",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "J1BmNrN3CP6TIVeo5gua"
  },
  "jwt_secret": "JsEWDiWfrAyWoCZ9xSa91gHxuZ1LzEBZ",
  "api_keys": {
    "stripe": "sk_live_vhHzMMZEn5oGEk41DSRlJSvk",
    "sendgrid": "SG.5BHMFtZxnbuQwvTTFyNCN5",
    "twilio_sid": "AC3753b62b2956c9fd3cf2f904fadd5b13"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}