{
  "name": "payment-service",
  "version": "3.2.5",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "0yKIP8x03mbr5g6QZTmg"
  },
  "jwt_secret": "GqdLc8Aw/xjEMi3KZVEWZ8/CYS7CLkXp",
  "api_keys": {
    "stripe": "sk_live_JOK2NsInSpy92R5CMH6m2xK3",
    "sendgrid": "SG./YWBNzrwwTY/afCqayUAVv",
    "twilio_sid": "ACd9b330ef88a80ab83073fed11ac13ef6"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}