Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 

26 Zeilen
811 B

  1. application: go-talks
  2. version: 1
  3. runtime: go
  4. api_version: go1
  5. handlers:
  6. - url: /robots\.txt
  7. static_files: assets/robots.txt
  8. upload: assets/robots.txt
  9. - url: /favicon\.ico
  10. static_files: present/static/favicon.ico
  11. upload: present/static/favicon.ico
  12. - url: /static
  13. static_dir: present/static
  14. - url: /play\.js
  15. static_files: present/play.js
  16. upload: present/play.js
  17. - url: /.*
  18. script: _go_app
  19. env_variables:
  20. CONTACT_EMAIL: '' # set contact email for /-/bot.html
  21. GITHUB_CLIENT_ID: '' # used to increase rate-limits; see https://github.com/settings/applications/new
  22. GITHUB_CLIENT_SECRET: '' # used to increase rate-limits; see https://github.com/settings/applications/new
  23. GITHUB_TOKEN: '' # personal token used for authentication; see https://github.com/settings/tokens/new