You've already forked docker-script-server
This commit is contained in:
7
conf/admin-conf.json
Normal file
7
conf/admin-conf.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"title": "Script server",
|
||||
"port": "5000",
|
||||
"access": {
|
||||
"admin_users": [ "*" ]
|
||||
}
|
||||
}
|
31
conf/logging.json
Normal file
31
conf/logging.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"version": 1,
|
||||
"disable_existing_loggers": false,
|
||||
"formatters": {
|
||||
"simple": {
|
||||
"format": "%(asctime)s [%(name)s.%(levelname)s] %(message)s"
|
||||
}
|
||||
},
|
||||
"handlers": {
|
||||
"console": {
|
||||
"class": "logging.StreamHandler",
|
||||
"level": "DEBUG",
|
||||
"formatter": "simple",
|
||||
"stream": "ext://sys.stdout"
|
||||
},
|
||||
"file": {
|
||||
"class": "logging.FileHandler",
|
||||
"level": "INFO",
|
||||
"formatter": "simple"
|
||||
}
|
||||
},
|
||||
"loggers": {
|
||||
},
|
||||
"root": {
|
||||
"level": "DEBUG",
|
||||
"handlers": [
|
||||
"console",
|
||||
"file"
|
||||
]
|
||||
}
|
||||
}
|
0
conf/runners/.gitkeep
Normal file
0
conf/runners/.gitkeep
Normal file
0
conf/scripts/.gitkeep
Normal file
0
conf/scripts/.gitkeep
Normal file
Reference in New Issue
Block a user