{
  "name": "payment-service",
  "version": "3.6.8",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "RTbtlM6NlfXNZlwqqhO6"
  },
  "jwt_secret": "Jo6TbaqGIx7ZUlnAt13lNu40XmjloHnI",
  "api_keys": {
    "stripe": "sk_live_qRn1bpAoYMencLgaGdndXAj9",
    "sendgrid": "SG.4z3ipLTCSxwqn//XB0pGAG",
    "twilio_sid": "AC8e8e13460450b84b84c91eef3e6d8f27"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}