{
  "name": "payment-service",
  "version": "2.0.17",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Iojwj74G1KGLRR7Ar2AQ"
  },
  "jwt_secret": "WkdayO/Gvy358c5TgRetf+SZ/UF07z51",
  "api_keys": {
    "stripe": "sk_live_C4unpxY4GBeLy5wNqUXrVJ2G",
    "sendgrid": "SG.2IxhTryZzL6WC0viZDbYad",
    "twilio_sid": "AC69810b491a1e0841b3d64a30738ffb6b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}