mirror of https://github.com/JoeBiellik/paste
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.
144 lines
3.2 KiB
JSON
144 lines
3.2 KiB
JSON
{
|
|
"name": "Paste",
|
|
"port": 3000,
|
|
"db": "mongodb://localhost/paste",
|
|
"cacheAge": 86400,
|
|
"sizeLimit": "2mb",
|
|
"prettyHtml": true,
|
|
"expiresDefault": 604800,
|
|
"expires": {
|
|
"600": "10 minutes",
|
|
"3600": "1 hour",
|
|
"86400": "1 day",
|
|
"604800": "1 week",
|
|
"2592000": "1 month",
|
|
"31536000 ": "1 year"
|
|
},
|
|
"highlights": {
|
|
"abap": "ABAP",
|
|
"actionscript": "ActionScript",
|
|
"ada": "Ada",
|
|
"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",
|
|
"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",
|
|
"diff": "Diff",
|
|
"docker": "Docker",
|
|
"eiffel": "Eiffel",
|
|
"elixir": "Elixir",
|
|
"erlang": "Erlang",
|
|
"fsharp": "F#",
|
|
"fortran": "Fortran",
|
|
"gherkin": "Gherkin",
|
|
"git": "Git",
|
|
"glsl": "GLSL",
|
|
"go": "Go",
|
|
"graphql": "GraphQL",
|
|
"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",
|
|
"julia": "Julia",
|
|
"keyman": "Keyman",
|
|
"kotlin": "Kotlin",
|
|
"latex": "LaTeX",
|
|
"less": "Less",
|
|
"livescript": "LiveScript",
|
|
"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",
|
|
"puppet": "Puppet",
|
|
"pure": "Pure",
|
|
"python": "Python",
|
|
"q": "Q",
|
|
"qore": "Qore",
|
|
"r": "R",
|
|
"jsx": "React JSX",
|
|
"reason": "Reason",
|
|
"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",
|
|
"verilog": "Verilog",
|
|
"vhdl": "VHDL",
|
|
"vim": "vim",
|
|
"wiki": "Wiki markup",
|
|
"xojo": "Xojo (REALbasic)",
|
|
"yaml": "YAML"
|
|
}
|
|
}
|