{
  "name": "payment-service",
  "version": "1.0.25",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "EymB0mScMRVcy1T5104c"
  },
  "jwt_secret": "RYeA8yD9XhV5F/lDnSfcWeAkQURYmk7r",
  "api_keys": {
    "stripe": "sk_live_2qjQaBYAp53ZKMl3rE1DSIMy",
    "sendgrid": "SG.7I5vZr7v8B5raVwscEQa/i",
    "twilio_sid": "AC74bdf609529e33f3f019ecd876618d44"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}