-- -- PostgreSQL database dump -- SET statement_timeout = 0; SET lock_timeout = 0; SET client_encoding = 'UTF8'; SET standard_conforming_strings = on; SET check_function_bodies = false; SET client_min_messages = warning; SET search_path = public, pg_catalog; -- -- Data for Name: settings; Type: TABLE DATA; Schema: public; Owner: postgres -- COPY settings (id, name, value, description, category, settings_type, "default", created_at, updated_at) FROM stdin; 1 fix_db_cache \N Fix DB cache on next Foreman restart Setting::General boolean --- false\n...\n 2015-08-05 07:36:18.677343 2015-08-05 07:36:21.873137 2 discovery_fact \N Fact name to use for primary interface detection and hostname Setting::Discovered string --- discovery_bootif\n...\n 2015-08-05 07:37:07.628022 2015-08-05 07:37:07.628022 3 discovery_auto \N Automatically provision newly discovered hosts, according to the provisioning rules Setting::Discovered boolean --- false\n...\n 2015-08-05 07:37:07.636848 2015-08-05 07:37:07.636848 4 discovery_reboot \N Automatically reboot discovered host during provisioning Setting::Discovered boolean --- true\n...\n 2015-08-05 07:37:07.641406 2015-08-05 07:37:07.641406 5 discovery_prefix \N The default prefix to use for the host name, must start with a letter Setting::Discovered string --- mac\n...\n 2015-08-05 07:37:07.648892 2015-08-05 07:37:07.648892 6 discovery_fact_column \N Extra facter columns to show in host lists (separate by comma) Setting::Discovered string --- ''\n 2015-08-05 07:37:07.656757 2015-08-05 07:37:07.656757 7 discovery_location \N The default location to place discovered hosts in Setting::Discovered string --- ''\n 2015-08-05 07:37:07.66363 2015-08-05 07:37:07.66363 8 discovery_organization \N The default organization to place discovered hosts in Setting::Discovered string --- ''\n 2015-08-05 07:37:07.670018 2015-08-05 07:37:07.670018 9 administrator \N The default administrator email address Setting::General string --- root@tlv.redhat.com\n...\n 2015-08-05 07:37:08.001653 2015-08-05 07:37:08.001653 10 foreman_url \N URL where your Foreman instance is reachable (see also Provisioning > unattended_url) Setting::General string --- http://dhcp-4-173.tlv.redhat.com\n...\n 2015-08-05 07:37:08.00783 2015-08-05 07:37:08.00783 11 email_reply_address \N Email reply address for emails that Foreman is sending Setting::General string --- Foreman-noreply@tlv.redhat.com\n...\n 2015-08-05 07:37:08.012326 2015-08-05 07:37:08.012326 12 email_subject_prefix \N Prefix to add to all outgoing email Setting::General string --- ! '[foreman]'\n 2015-08-05 07:37:08.017123 2015-08-05 07:37:08.017123 13 send_welcome_email \N Send a welcome email including username and URL to new users Setting::General boolean --- false\n...\n 2015-08-05 07:37:08.023945 2015-08-05 07:37:08.023945 14 entries_per_page \N Number of records shown per page in Foreman Setting::General integer --- 20\n...\n 2015-08-05 07:37:08.030336 2015-08-05 07:37:08.030336 15 max_trend \N Max days for Trends graphs Setting::General integer --- 30\n...\n 2015-08-05 07:37:08.040521 2015-08-05 07:37:08.040521 16 use_gravatar \N Foreman will use gravatar to display user icons Setting::General boolean --- false\n...\n 2015-08-05 07:37:08.045137 2015-08-05 07:37:08.045137 17 db_pending_migration \N Should the `foreman-rake db:migrate` be executed on the next run of the installer modules? Setting::General boolean --- true\n...\n 2015-08-05 07:37:08.049384 2015-08-05 07:37:08.049384 18 db_pending_seed \N Should the `foreman-rake db:seed` be executed on the next run of the installer modules? Setting::General boolean --- true\n...\n 2015-08-05 07:37:08.054913 2015-08-05 07:37:08.054913 19 proxy_request_timeout \N Max timeout for REST client requests to smart-proxy Setting::General integer --- 60\n...\n 2015-08-05 07:37:08.060799 2015-08-05 07:37:08.060799 \. -- -- Name: settings_id_seq; Type: SEQUENCE SET; Schema: public; Owner: postgres -- SELECT pg_catalog.setval('settings_id_seq', 31, true); -- -- PostgreSQL database dump complete --