From 8242c982ebcdfc67274c8ab79a2f34aa451872d7 Mon Sep 17 00:00:00 2001 From: "cohen.jacob" Date: Thu, 13 Aug 2009 05:09:54 +0000 Subject: Initial port of rafb.net codebase from rafb.net to Google Code. git-svn-id: http://rafb-nopaste.googlecode.com/svn/trunk@2 6adb9682-87ac-11de-b610-71a7c637a048 --- paste/config.php | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 paste/config.php (limited to 'paste/config.php') diff --git a/paste/config.php b/paste/config.php new file mode 100644 index 0000000..2a41d7b --- /dev/null +++ b/paste/config.php @@ -0,0 +1,54 @@ + 'www.example.net', + + # This is the part after the domain where this pastebin will be found. + 'site_path' => '/paste/', + + # This is the directory where pastes will be stored + 'results_dir' => 'results', + + # This is the path of the URL that will be generated for sharing (allows + # shorter URLs to be used if you've set something up on your web server + # to support this. + #'short_results_path' => 'http://www.example.net/p/' + + # Change this to a unique value + 'token_salt' => 'saltsaltsalt', + ); + +?> -- cgit v1.2.3