Sha256: f28a634883d9169ae183ebaf0b63dd565267a8a8e2bef2c3692a4c6a8cf35bb9

Contents?: true

Size: 1.16 KB

Versions: 34

Compression:

Stored size: 1.16 KB

Contents

{

  "use_git" : true,

  "app_name" : "your-host-name",

  "app_port" : 8080,

  "proxys" : [],

  "mail_from" : "Mutx <your@email.sender.org>",

  "database" : {

    "type" : "mongodb",
    "host" :"localhost",
    "port" : 27017,
    "username" : null,
    "password" : null},

  "max_execs_per_task" : 3,

  "execution_check_time" : 5,

  "project_name" : "Mutx",

  "project_url" : "http://your.project.url",

  "inactivity_timeout" : 60,

  "kill_inactive_executions_after" : 180,

  "datetime_format" : "%d/%m/%Y %H:%M:%S",

  "refresh_time" : 10,

  "notification" : {
    "smtp_address" : "null",
    "smtp_port" : "null",
    "smtp_domain" : "null",
    "smtp_user" : "null",
    "smtp_password" : "null",
    "smtp_autentication" : "null",
    "use_gmail" : false,
    "username" : null,
    "password" : null,
    "recipients" : "your@email.com",
    "smtp_enable_start_tls_auto" : true,
    "attach_report" : false
  },

  "footer_text" : "The text to display on footer",

  "execution_tag_placeholder" : {
    "datetime" : true,
    "format" : "%d%^b%y-%H%M",
    "default" : null
  },

  "headless" : {
    "active" : false,
    "resolution" : "1024x768",
    "size":"24"}
}

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
mutx-0.2.6 lib/generators/templates/mutx.conf.tt
mutx-0.2.5 lib/generators/templates/mutx.conf.tt
mutx-0.2.4 lib/generators/templates/mutx.conf.tt
mutx-0.2.3 lib/generators/templates/mutx.conf.tt
mutx-0.2.2 lib/generators/templates/mutx.conf.tt
mutx-0.2.1 lib/generators/templates/mutx.conf.tt
mutx-0.2.0 lib/generators/templates/mutx.conf.tt
mutx-0.1.69 lib/generators/templates/mutx.conf.tt
mutx-0.1.68 lib/generators/templates/mutx.conf.tt
mutx-0.1.67 lib/generators/templates/mutx.conf.tt
mutx-0.1.66 lib/generators/templates/mutx.conf.tt
mutx-0.1.65 lib/generators/templates/mutx.conf.tt
mutx-0.1.64 lib/generators/templates/mutx.conf.tt
mutx-0.1.63 lib/generators/templates/mutx.conf.tt
mutx-0.1.62 lib/generators/templates/mutx.conf.tt
mutx-0.1.61 lib/generators/templates/mutx.conf.tt
mutx-0.1.60 lib/generators/templates/mutx.conf.tt
mutx-0.1.59 lib/generators/templates/mutx.conf.tt
mutx-0.1.58 lib/generators/templates/mutx.conf.tt
mutx-0.1.57 lib/generators/templates/mutx.conf.tt