Commit a893b26c authored by tywldx's avatar tywldx

add

parent 94bbb4b1
var mongoose = require('mongoose');
var Schema = mongoose.Schema;
var ProConfigSchema = new Schema({
git_lab: String,
port: Number,
is_active: Boolean,
type: String,
git_path: String,
git_path_group: String,
project_name: String,
host_name: String,
log_path: String,
config_path: String,
des: String,
auth: String,
jar_path: String,
command1: String,
command2: String,
command3: String,
command4: String,
command5: String,
build_command: String,
start_command: String,
stop_command: String
});
module.exports = mongoose.model('ProConfig', ProConfigSchema);
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment