You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
paste/config/default.json

144 lines
3.2 KiB
JSON

9 years ago
{
"name": "Paste",
9 years ago
"port": 3000,
"db": "mongodb://localhost/paste",
9 years ago
"cacheAge": 86400,
"sizeLimit": "2mb",
"prettyHtml": true,
9 years ago
"expiresDefault": 604800,
"expires": {
"600": "10 minutes",
9 years ago
"3600": "1 hour",
"86400": "1 day",
"604800": "1 week",
"2592000": "1 month",
"31536000 ": "1 year"
},
9 years ago
"highlights": {
"abap": "ABAP",
"actionscript": "ActionScript",
"ada": "Ada",
9 years ago
"apacheconf": "Apache Configuration",
"apl": "APL",
"applescript": "AppleScript",
"asciidoc": "AsciiDoc",
"aspnet": "ASP.NET (C#)",
"autoit": "AutoIt",
"autohotkey": "AutoHotkey",
"bash": "Bash",
"basic": "BASIC",
"batch": "Batch",
"bison": "Bison",
"brainfuck": "Brainfuck",
"bro": "Bro",
9 years ago
"c": "C",
"clike": "C-like",
"csharp": "C#",
"cpp": "C++",
"coffeescript": "CoffeeScript",
"crystal": "Crystal",
"css": "CSS",
"css-extras": "CSS Extras",
"d": "D",
"dart": "Dart",
"django": "Django/Jinja2",
9 years ago
"diff": "Diff",
"docker": "Docker",
"eiffel": "Eiffel",
"elixir": "Elixir",
"erlang": "Erlang",
"fsharp": "F#",
"fortran": "Fortran",
"gherkin": "Gherkin",
"git": "Git",
"glsl": "GLSL",
"go": "Go",
"graphql": "GraphQL",
9 years ago
"groovy": "Groovy",
"haml": "Haml",
"handlebars": "Handlebars",
"haskell": "Haskell",
"haxe": "Haxe",
"http": "HTTP",
"icon": "Icon",
"inform7": "Inform 7",
"ini": "Ini",
"j": "J",
"jade": "Jade",
"java": "Java",
"javascript": "JavaScript",
"jolie": "Jolie",
"json": "JSON",
9 years ago
"julia": "Julia",
"keyman": "Keyman",
"kotlin": "Kotlin",
"latex": "LaTeX",
"less": "Less",
"livescript": "LiveScript",
9 years ago
"lolcode": "LOLCODE",
"lua": "Lua",
"makefile": "Makefile",
"markdown": "Markdown",
"markup": "Markup",
"matlab": "MATLAB",
"mel": "MEL",
"mizar": "Mizar",
"monkey": "Monkey",
"nasm": "NASM",
"nginx": "nginx",
"nim": "Nim",
"nix": "Nix",
"nsis": "NSIS",
"objectivec": "Objective-C",
"ocaml": "OCaml",
"oz": "Oz",
"parigp": "PARI/GP",
"parser": "Parser",
"pascal": "Pascal",
"perl": "Perl",
"php": "PHP",
"php-extras": "PHP Extras",
"plain": "Plain text",
"powershell": "PowerShell",
"processing": "Processing",
"prolog": "Prolog",
"properties": ".properties",
"Protocol Buffers": "protobuf",
9 years ago
"puppet": "Puppet",
"pure": "Pure",
"python": "Python",
"q": "Q",
"qore": "Qore",
"r": "R",
"jsx": "React JSX",
"reason": "Reason",
9 years ago
"rest": "reST (reStructuredText)",
"rip": "Rip",
"roboconf": "Roboconf",
"ruby": "Ruby",
"rust": "Rust",
"sas": "SAS",
"sass": "Sass (Sass)",
"scss": "Sass (Scss)",
"scala": "Scala",
"scheme": "Scheme",
"bash": "Shell",
"smalltalk": "Smalltalk",
"smarty": "Smarty",
"sql": "SQL",
"stylus": "Stylus",
"swift": "Swift",
"tcl": "Tcl",
"textile": "Textile",
"twig": "Twig",
"typescript": "TypeScript",
"VB.Net": "vbnet",
9 years ago
"verilog": "Verilog",
"vhdl": "VHDL",
"vim": "vim",
"wiki": "Wiki markup",
"xojo": "Xojo (REALbasic)",
9 years ago
"yaml": "YAML"
}
}