Skip to content

Instantly share code, notes, and snippets.

@Greg-Boggs
Last active December 25, 2015 02:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Greg-Boggs/6905591 to your computer and use it in GitHub Desktop.
Save Greg-Boggs/6905591 to your computer and use it in GitHub Desktop.
example profiler profile info
;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] = greg.boggs@thenewgroup.com
users[superduper][roles] = Admin
users[superduper][status] = 1
users[siteadmin][uid] = 2
users[siteadmin][name] = user
users[siteadmin][mail] = no@example.com
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