mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
23 lines
597 B
YAML
23 lines
597 B
YAML
|
elgg_xx: elgg
|
||
|
elgg_version: "1.12.12"
|
||
|
|
||
|
# elgg_mysql_password: defined in default_vars
|
||
|
elgg_url: /elgg
|
||
|
elgg_upload_path: /library/elgg
|
||
|
elgg_install: True
|
||
|
elgg_enabled: False
|
||
|
|
||
|
# following variables used in elgg engine/settings.php template
|
||
|
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
|