{
  "name": "auth-service",
  "version": "1.1.23",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "2Ii4b0uxVg4PwL3hxt4b"
  },
  "jwt_secret": "0Z3fLisWfgA0GfdkmmLGdznxNU85G3a2",
  "api_keys": {
    "stripe": "sk_live_ZIhENA0W1LFJvqPYR1D0uOCB",
    "sendgrid": "SG.1luMIjED/Fa7R0JRkqnyIB",
    "twilio_sid": "ACa77cb0e7f04c3ed58098b7c984bcdc08"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}