48 lines
1.4 KiB
YAML
48 lines
1.4 KiB
YAML
#
|
|
# 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/.
|
|
#
|
|
site:
|
|
baseURL: "http://localhost:1323"
|
|
title: "Amsterdam Web Communities System"
|
|
topRefresh: 300
|
|
loginCookieName: AmsterdamAuth
|
|
loginCookieAge: 365
|
|
sessionExpire: "3h"
|
|
userAgreement:
|
|
title: "Amsterdam User Agreement"
|
|
text: >
|
|
Text of this agreement is TBD.
|
|
database:
|
|
driver: "mysql"
|
|
dsn: "amsdb:x00yes2k@tcp(localhost)/amsterdam?parseTime=true&loc=UTC"
|
|
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. <http://git.erbosoft.com/amy/amsterdam>
|
|
disclaimer: |-
|
|
Message sent via Amsterdam Web Communities System - <http://git.erbosoft.com/amy/amsterdam>
|
|
The Amsterdam Project is not responsible for the contents of this message
|
|
Report abuses to: <abuse@example.com>
|
|
rendering:
|
|
templatedir: custom_templates
|
|
cookiekey: ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz
|
|
countryList:
|
|
prioritize: US
|
|
posting:
|
|
externalDictionary: ""
|