{
  "name": "auth-service",
  "version": "3.6.22",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "Cz7TzIucaMeaVXWDGRcc"
  },
  "jwt_secret": "1oMBvZNbJfTpZc4Dl7NilgIW7AhmW3Rl",
  "api_keys": {
    "stripe": "sk_live_xt6msz0wWGArNyfZ60zavNTz",
    "sendgrid": "SG.n+anuvMN8eRmnKjBWFkLaw",
    "twilio_sid": "AC41f8f66c993283394851ff7722ae7766"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}