Created
          June 1, 2022 05:09 
        
      - 
      
 - 
        
Save gjreasoner/dec6c09a49d902aa1285f97b91937f18 to your computer and use it in GitHub Desktop.  
Revisions
- 
        
gjreasoner created this gist
Jun 1, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,38 @@ { "apps": { "http": { "servers": { "example": { "listen": [ ":80" ], "routes": [ { "handle": [ { "handler": "static_response", "body": "Hello, dave?" } ] } ] } } } }, "admin": { "listen": "0.0.0.0:2019", "config": { "load": { "module": "http", "method": "GET", "url": "http://bd85-47-205-178-219.ngrok.io/caddy-config.json", "header": { "Authorization": [ "Bearer 123123" ] } } } } }