{
  "name": "payment-service",
  "version": "1.1.17",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "hVtQ3udTFxVoWfPzrwXu"
  },
  "jwt_secret": "euk1iBiYx3+OE0SB67ceZMP8g9nlyCB9",
  "api_keys": {
    "stripe": "sk_live_Zbg3ynlMf0slDSwcNuXk1If8",
    "sendgrid": "SG.4obA9PEKzWLRegU/CLSG3y",
    "twilio_sid": "AC7f2431a586058db1d75a8082292f62ff"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}