Module: Application

Defined in:
lib/teuton-server/application.rb

Overview

This module groups some global configuration params.

Constant Summary collapse

NAME =

Application name

'teuton-server'
VERSION =

Application version

'0.0.10'
CONFIGFILE =

Default config file name

'teuton-server.yaml'
PORT =

Default base port

16000