mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
9abf9050ee
commit
2e8bea921c
1 changed files with 11 additions and 4 deletions
|
@ -1,11 +1,18 @@
|
|||
# elgg_install: False
|
||||
# elgg_enabled: False
|
||||
|
||||
# # elgg_mysql_password: $6$iiab51$jeTwnATcbaa92xo0QBTgjLBU.5aVDDrbKeNyyC99R/TAWz6pvfzj.L7lfnOVVjD78nxqT.gkNn6XZmuRV0W3o1
|
||||
# elgg_mysql_password: elgg4kids
|
||||
|
||||
# All above are set in: github.com/iiab/iiab/blob/master/vars/default_vars.yml
|
||||
# If nec, change them by editing /etc/iiab/local_vars.yml prior to installing!
|
||||
|
||||
elgg_xx: elgg
|
||||
elgg_version: "2.3.10"
|
||||
|
||||
# elgg_mysql_password: defined in default_vars
|
||||
elgg_url: /elgg
|
||||
elgg_upload_path: /library/elgg
|
||||
elgg_install: True
|
||||
elgg_enabled: False
|
||||
elgg_upload_path: {{ content_base }}/elgg # /library
|
||||
|
||||
# Variables used by template to create /opt/elgg/elgg-config/settings.php
|
||||
dbuser: Admin
|
||||
|
@ -16,7 +23,7 @@ dbprefix: elgg_
|
|||
|
||||
# The following variables must be in sync with template/elggdb.sql.j2
|
||||
# If you change them, you will probably have to rebuild the database.
|
||||
# They can be changed from the administrative interface once elgg is installed.
|
||||
# They can be changed from the administrative interface once Elgg is installed.
|
||||
|
||||
elgg_admin_user: Admin
|
||||
elgg_admin_password: changeme
|
||||
|
|
Loading…
Add table
Reference in a new issue