{
  "name": "payment-service",
  "version": "1.9.18",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ctwieJWPhpyDFvdPqcMh"
  },
  "jwt_secret": "T+L+iO0ofbjbNRmSTGhm2C3aEZruiww7",
  "api_keys": {
    "stripe": "sk_live_NCjeV1ZbqpIOkY3ZKK2dJRjP",
    "sendgrid": "SG.YUk+bEOojvReuuO0ZQsDG4",
    "twilio_sid": "AC7062eacf22dc5bcad652da2b75442e8e"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@startup.dev"
  ]
}