#
# Amsterdam Web Communities System
# Copyright (c) 2025 Erbosoft Metaverse Design Solutions, All Rights Reserved
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.
#
# SPDX-License-Identifier: MPL-2.0
#
site:
production: false
listen: ":1323"
baseURL: "http://localhost:1323"
title: "Amsterdam Web Communities System"
siteIcon:
path: "/img/builtin/AmsterdamIcon32.png"
type: "image/png"
siteShortcutIcon: "/img/builtin/AmsterdamIcon32.ico"
siteAppleIcon: "/img/builtin/AmsterdamAppleIcon.png"
siteLogo: "/img/builtin/powered-by-amsterdam.png"
topRefresh: 300
loginCookieName: AmsterdamAuth
loginCookieAge: 365
sessionExpire: "3h"
userAgreementResource: "useragreement.html"
policyResource: "policy.html"
footerTemplate: "footer.jet"
defaultCommunityLogo: "/img/builtin/default-community.jpg"
defaultUserPhoto: "/img/builtin/no-user.png"
welcomeTitle: "Welcome to Amsterdam"
welcomeMessage: >
Welcome to the Amsterdam Web Communities System. To get the most out of this site, you should log in or create an account,
using one of the links above.
topPostsTitle: "Latest from the Conferences"
rateLimit:
rate: 20.0
burst: 0
expireMinutes: 3
database:
driver: "mysql"
hostName: "localhost"
user: "amsdb"
password: "x00yes2k"
databaseName: "amsterdam"
defaults:
language: "en-US"
timezone: "America/Denver"
email:
host: localhost
port: 1025
tls: none
authType: none
user: jrn
password: foobiebletch
mailFromAddr: "nobody@example.com"
mailFromName: "Amsterdam E-Mail Service"
signature: |-
Amsterdam - community services, conferencing and more.
disclaimer: |-
Message sent via Amsterdam Web Communities System -
The Amsterdam Project is not responsible for the contents of this message
Report abuses to:
logging:
logFile: ""
maxLogSize: "16 MiB"
keepLogFiles: 3
keepCompressedLogFiles: 3
logLevel: "debug"
rendering:
cookiekey: ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
countryList:
prioritize: US
veniceCompatibleImageURLs: false
resources:
viewTemplateDir: ""
dialogTemplateDir: ""
emailTemplateDir: ""
externalContentPath: ""
externalResourcePath: ""
externalMenuDefinitions: ""
externalMessageDefinitions: ""
posting:
externalDictionary: ""
uploads:
maxSize: "1 MiB"
noCompressTypes:
- "image/gif"
- "image/jpg"
- "image/jpeg"
- "image/png"
tuning:
workerTasks: 4
queues:
auditWrites: 16
contextRecycle: 16
emailRecycle: 16
emailSend: 16
ipBans: 32
workerTasks: 128
caches:
ads: 30
communities: 50
communityProps: 100
conferences: 100
conferenceProps: 100
contactInfo: 100
members: 250
menus: 100
services: 50
users: 100
userProps: 100