{
  "name": "payment-service",
  "version": "3.7.3",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "4P4gr5boOWgZUBrey9S6"
  },
  "jwt_secret": "o5IftRQ/uOXaVB/j7ygvPSeFT3fBj5jM",
  "api_keys": {
    "stripe": "sk_live_gEg2n8WOM7S6AOvzcZNFpdAN",
    "sendgrid": "SG.iIyuOnrIdMewb44peaVZI4",
    "twilio_sid": "ACae43d2a16b9dd0d6ab09c0983606baf9"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}