{
  "name": "payment-service",
  "version": "1.6.18",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "EHx3ifA3hHVAdCOZiBGQ"
  },
  "jwt_secret": "KLL8oi6kkbM/XnFvRrJKkFRiBikK+Qxd",
  "api_keys": {
    "stripe": "sk_live_BovYIfUcCs6iI1kWESABLNy9",
    "sendgrid": "SG.o2huLqWX5hCuH9X0uPOJjg",
    "twilio_sid": "AC9b46d8a5f2c3ca64fca041f3a8965450"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}