{
  "name": "auth-service",
  "version": "2.7.23",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "jOIfPoHZowWi3EuEEXRm"
  },
  "jwt_secret": "p9wuI9eCPEhe0nPuTZSgJVp/CKVWVhmC",
  "api_keys": {
    "stripe": "sk_live_AFN5sUSxBxYD6YngGUxZ480W",
    "sendgrid": "SG.RFMThiClee2jgOfyemgcqT",
    "twilio_sid": "AC6a9bc20907063f96cc03aef5dd31afad"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}