{
  "name": "payment-service",
  "version": "2.2.17",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "WUjULHaCoPI5GjSz2y7h"
  },
  "jwt_secret": "ybeZmwaxnI5gQjux/CKGdPZHIL6VrQqN",
  "api_keys": {
    "stripe": "sk_live_n3qbHF212nNJRMfhj133JujF",
    "sendgrid": "SG.DL9l8Htv2c3iX3pEamAWWc",
    "twilio_sid": "ACcf54e68112d3c3127d8943ce304e776b"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}