novelty.go

Single word (yes/no) site for app engine in go
git clone https://wehaveforgeathome.hates.computer/novelty.go.git
Log | Files | Refs | LICENSE

app.yaml.example (116B)


      1 runtime: go111
      2 
      3 env_variables:
      4   PASSWORD: 'EXAMPLE_PASSWORD'
      5 
      6 handlers:
      7 - url: /.*
      8   script: auto
      9   secure: always