packages feed

battleships-1.0.0: config/settings.yml

Default: &defaults
  host: "*4" # any IPv4 host
  port: 3000
  approot: "http://localhost:3000"
  datadir: "config/"
  staticdir: "static/"
  sourceURL: "https://github.com/zrho/afp/tree/master/battleships"
  aiURL: "https://github.com/zrho/afp/wiki/Battleships:-AI"
  againWhenHit: True
  move: True
  noviceMode: False
  difficulty: Hard
  maxturns: 75
  countdownturns: 20

Development:
  <<: *defaults

Testing:
  <<: *defaults

Staging:
  <<: *defaults

Production:
  approot: "http://www-pg.iai.uni-bonn.de"
  datadir: "/srv/www/vhosts/www-pg-data/battleships/"
  staticdir: "/srv/www/vhosts/www-pg-data/battleships/"
  <<: *defaults