+
+# beautiful paths
+$feature{'pathinfo'}{'default'} = [1];
+
+# by default, <base href> is incorrect behind a reverse proxy
+$per_request_config = 1;
+
+$my_uri = "/";
+$base_url = $ENV{BASE_URL};
+
+# Set a meaningful site name
+our $site_name = 'purplebirdman git';
+
+# Order projects by age
+our $default_projects_order = 'age';
+
+# Longer column width
+our $projects_list_description_width = 50;