{
  "name": "payment-service",
  "version": "1.0.0",
  "database": {
    "host": "db-4.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "23Yx4tJV7eH0CCvAM2QN"
  },
  "jwt_secret": "TVf8ej5SjqS64eKAnwGT4pomzQGic8Wr",
  "api_keys": {
    "stripe": "sk_live_37duBKpUWdxpbW2G2pPSvteG",
    "sendgrid": "SG.TwAwoOvV0oMJUQU3YanxYa",
    "twilio_sid": "AC97e137c91e66be12202195cac64317d7"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}