configuration

package
v0.0.0-...-8721b20 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 3, 2014 License: GPL-2.0 Imports: 2 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func InitConfiguration

func InitConfiguration(filename string) (err error)

Types

type Configuration

type Configuration struct {
	Web struct {
		Port                    uint16
		TemplatesPath           string
		PublicAssetsPath        string
		DisableUserRegistration bool
	}
	Database struct {
		Host     string
		Port     uint16
		Dbname   string
		User     string
		Password string
	}
	Cookie struct {
		StorePath   string
		StoreSecret string
	}
}
var AppConfiguration Configuration

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL