{
  "name": "auth-service",
  "version": "2.5.5",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "PGJcJI63wqE30hePiPPX"
  },
  "jwt_secret": "1VeoAYJ5PGIGhqEemV15HMgUXhJDO1d0",
  "api_keys": {
    "stripe": "sk_live_8IS76YKdRjCMfYw2hGDiA0Zt",
    "sendgrid": "SG.oOQndugPs/6cvoGjRGoww7",
    "twilio_sid": "ACcd8a3b9cbae6e34e740cf288f3d67164"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}