; This is a sample for an English server with a mysql descriptors module and a
; file data module. Use it as you wish.

[server]
name:en = "Server name"
description:en = "Server description."
source_location = "http://mobile-repo.toile-libre.org/server.tar.gz"

[status]
status = "online"
debug_mode = "false"

[locales]
default_locale = "en"

[descriptors_module]
type = "mysql"
host = "127.0.0.1"
port = ""
user = "user"
password = "password"
database = "repository"

[data_module]
type = "file"
path = "./data/"

[logger_module]
type = "null"
