Skip to content
Kyle edited this page Feb 14, 2020 · 17 revisions

Files

  • Database config: config/database.yml
  • Secret keys: config/secrets.yml
  • Config of development, test, production: config/environments/*.rb.

Environment

Production:

Secret:

Sentry:

Game

The Game is a singleton object within the application. Everything the application does depends on a Game being created.

The game has several configuration options that are required (bold) and optional. When setting up your game, please refer to the below explanations to pick appropriate values.

Title: The title of the game. The title of the game is intended to be the title of your event. The title of the game will appear in automated emails sent to competitors, on the navbar of the application. Example: Cyber Challenge 20XX.

Start: When the game will "open". This is the beginning of the competition and when competitors will be able view challenge descriptions and to submit flags.

Stop: When the game will "close". This is the end of the competition and when competitors will be unable to view challenge descriptions and submit flags.

Description:

Terms of service:

Disable flags an hour graph:

Organization:

Contact url:

Footer:

Team size:

Do not reply email:

Contact email:

Open source url:

Prizes available:

Recruitment text

Enable completion certificates:

Completion certificate template:

Terms and conditions:

Type:

Clone this wiki locally