Last active
December 25, 2015 02:49
-
-
Save Greg-Boggs/6905591 to your computer and use it in GitHub Desktop.
example profiler profile info
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;variables | |
;Disable core image styles | |
variables[os_base_remove_core_image_styles] = 1 | |
variables[site_default_country] = US | |
variables[site_frontpage] = home | |
variables[api_path] = http://tngdev.com/ | |
variables[moodle_path] = http://moodle.tngdev.com | |
;users | |
users[superduper][uid] = 1 | |
users[superduper][name] = admin | |
users[superduper][mail] = [email protected] | |
users[superduper][roles] = Admin | |
users[superduper][status] = 1 | |
users[siteadmin][uid] = 2 | |
users[siteadmin][name] = user | |
users[siteadmin][mail] = [email protected] | |
users[siteadmin][status] = 1 | |
;terms | |
terms[1][name] = Manager | |
terms[1][description] = The manager pathway. | |
terms[1][vocabulary_machine_name] = pathways |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment