• This project
    • Loading...
  • Sign in

김대욱 / My_Project

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 1
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • My_Project
  • config.json
  • 김대욱's avatar
    다시하기 · 52a42dfa
    52a42dfa
    김대욱 authored 2020-06-23 22:20:54 +0900
config.json 234 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
{
	"log": true,
	"port": 3000,
	"url": "/",
	"ssl": {
		"use": false,
		"key": "/path/to/your/ssl.key",
		"cert": "/path/to/your/ssl.crt"	
	},
        "readline": {
        	"use": true,
		"prompt": "[--:--:--][CONSOLE] "
        }
}