{
  "name": "auth-service",
  "version": "1.2.2",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "M4EWi9bPwgWQh6wBj3NL"
  },
  "jwt_secret": "iNtyfGZMBphBv95BAA3BGi5qGiHiXPHc",
  "api_keys": {
    "stripe": "sk_live_PyUeKhyLdrwnXdVeVpUNbJUU",
    "sendgrid": "SG.T+sdROttQ/zEhMqcOr/6lL",
    "twilio_sid": "AC636479749233e6772188d6cab5aecb44"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}