wip yeswiki-installer and yeswiki-remover
This commit is contained in:
parent
12b6a9b0c2
commit
a685758881
9 changed files with 567 additions and 164 deletions
13
.env.example
Normal file
13
.env.example
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Quotas and database models
|
||||
soloquota=1000000
|
||||
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!'
|
Loading…
Add table
Add a link
Reference in a new issue