{
  "name": "auth-service",
  "version": "1.2.12",
  "database": {
    "host": "db-1.internal.corp.io",
    "port": 5432,
    "username": "app_service",
    "password": "g2lw65QfVNwYXQhymad0"
  },
  "jwt_secret": "jc4AB/32AG+6VBJOZe9RkRGHMdGnt7e4",
  "api_keys": {
    "stripe": "sk_live_YKLvICcljqYeJtltgcjN1TDr",
    "sendgrid": "SG.mJ5XKIDWgW0GbaQafdD/xr",
    "twilio_sid": "AC5139b697943774dc8df40a7bf7f0818b"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}