{
  "name": "auth-service",
  "version": "1.1.16",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "lVJMnfKky2PgNstlUJ6o"
  },
  "jwt_secret": "tthSUfZ9cZvj5mucajVR2vqSqXwj4SDF",
  "api_keys": {
    "stripe": "sk_live_FXk1ygZeGc3Jb1k1CPPxWOAo",
    "sendgrid": "SG.1foWZwvjyKArHVh3pkQbqE",
    "twilio_sid": "AC124f3b8cef11713a3b194716fa9a1bb5"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}