{
  "name": "auth-service",
  "version": "2.2.3",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "7C3jaoYNumJ0t9u0HuQR"
  },
  "jwt_secret": "3unMZZgppj7zcH8I0GyDHH0tZ6PGDuEZ",
  "api_keys": {
    "stripe": "sk_live_PmaJuARy1j3OtZplnrATgHX1",
    "sendgrid": "SG.y3HfkH+tR6d2nNQ0O0uafL",
    "twilio_sid": "AC76c35e676a856b483ceeef26367e6f2c"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}