yeswiki-installer/.env.example
Florian Schmitt 40d3d22229
Some checks are pending
/ test (push) Waiting to run
feat(install): add runMigrations
2025-01-24 15:32:12 +03:00

28 lines
784 B
Text

# Quotas and database models
soloquota=2000000
solomodel='modele_solo'
fermequota=10000000
fermemodel='modele_ferme'
# Server IP addresses in order to check if domain is really pointing to your server
ip4='127.0.0.1'
ip6='::1'
# Mysql account with enought privileges to create users and DB
mysqluser='root'
mysqlpassword='1 very long & secure password or passphrase!'
# Services
phpservice='php8.1-fpm'
# Reserved names
maindomain='yeswiki.pro'
reservedsubdomains='www,stats,mail,sql,cron,modelesolo,modeleferme'
# URLs and paths
source_archive_url=https://repository.yeswiki.net/doryphore/yeswiki-doryphore-4.5.0.zip
# Default admin for yeswiki
admin_id=YesWikiProAdmin
admin_password='A very strong password should be used for admin access!'
admin_email=contact@yeswiki.pro