1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 19:52:06 +00:00
iiab/roles/elgg/defaults/main.yml

23 lines
605 B
YAML
Raw Normal View History

2017-05-27 18:09:50 +00:00
elgg_xx: elgg
2018-07-20 20:33:17 +00:00
elgg_version: "2.3.8"
2017-05-27 18:09:50 +00:00
# elgg_mysql_password: defined in default_vars
elgg_url: /elgg
elgg_upload_path: /library/elgg
elgg_install: True
elgg_enabled: False
2018-08-07 00:31:46 +00:00
# Variables used by template to create /opt/elgg/elgg-config/settings.php
2017-05-27 18:09:50 +00:00
dbuser: Admin
dbpassword: changeme
dbname: elggdb
dbhost: localhost
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.
elgg_admin_user: Admin
elgg_admin_password: changeme