35 lines
1.1 KiB
YAML
35 lines
1.1 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:
|
|
title: "Amsterdam Web Communities System"
|
|
topRefresh: 300
|
|
userAgreement:
|
|
title: "Amsterdam User Agreement"
|
|
text: >
|
|
Text of this agreement is TBD.
|
|
database:
|
|
driver: "mysql"
|
|
dsn: "amsdb:x00yes2k@tcp(localhost)/amsterdam?parseTime=true&loc=Local"
|
|
email:
|
|
host: smtp.example.com
|
|
port: 587
|
|
tls: starttls
|
|
authType: plain
|
|
user: jrn
|
|
password: foobiebletch
|
|
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
|