{
  "name": "payment-service",
  "version": "3.6.23",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "WgVwjxtnVycQK8jROopc"
  },
  "jwt_secret": "7PRDzqWDC6h2SO9j2oKUmWkOO3oWA+ty",
  "api_keys": {
    "stripe": "sk_live_uhVgqD7fafi11fbhVwNFEFhp",
    "sendgrid": "SG.NVn8VomRjJn6IUoKZYbYD7",
    "twilio_sid": "ACce491d80edfdbe52741e777e8c15d773"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}