{
  "name": "payment-service",
  "version": "1.1.5",
  "database": {
    "host": "db-2.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "ghH3LndyDdOuVuNcCZyO"
  },
  "jwt_secret": "AL6v8vkwyAaKO1iicEcMYceCc/3x2ZdI",
  "api_keys": {
    "stripe": "sk_live_7eq6PjYfmbKIVKXUpjBmphUP",
    "sendgrid": "SG.zJyh/mbtFcCc74nzh859hI",
    "twilio_sid": "AC20cfec0427b798a2f28dbb72ec0fc9a1"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}