{
  "name": "payment-service",
  "version": "1.3.2",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "vHCE0SjKGxm5AwA4sOfS"
  },
  "jwt_secret": "FNh8InWl0fMBAFBt1wVQndvzjnx1Q1H/",
  "api_keys": {
    "stripe": "sk_live_ZBPpWEMLiXC6sHgPGYi4eWBB",
    "sendgrid": "SG.c93vVPkTL3QgnBvEqL0wb0",
    "twilio_sid": "ACb1204c753adadfbab8d046652859cd91"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}