{
  "name": "auth-service",
  "version": "1.5.20",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "30BcW2EgjXgRo52IbjOE"
  },
  "jwt_secret": "x0q6DKJH+YOOtMelejslIT9K0RPDfAii",
  "api_keys": {
    "stripe": "sk_live_9Kn375At2eJVBAUJAme6V6rW",
    "sendgrid": "SG.K3sRC7A492/7UotefW7mPM",
    "twilio_sid": "AC270ab50dca50f92d000f7b622d62c0cd"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}