Sha256: 2c12848954974fd7a9f8953e4b4d108db23bf7e00960f0da5c3bb665ffa5cac7

Contents?: true

Size: 1.37 KB

Versions: 4

Compression:

Stored size: 1.37 KB

Contents

local:
  vhost: "http://vhost.local"
  wordpress_path: "/home/john/sites/your_site" # use an absolute path here

  database:
    name: "database_name"
    user: "user"
    password: "password"
    host: "127.0.0.1"

staging:
  vhost: "http://remote.com"
  wordpress_path: "/var/www/your_site" # use an absolute path here

  database:
    name: "database_name"
    user: "user"
    password: "password"
    host: "host"

  exclude:
    - ".sass-cache"
    - ".git"
    - "bin"
    - "tmp/*"
    - "wp-content/*.sql"
    - "Gemfile*"
    - "Movefile"
    - "wp-config.php"

  # paths: # you can customize wordpress internal paths
  #   wp_content: "wp-content"
  #   uploads: "wp-content/uploads"
  #   plugins: "wp-content/plugins"
  #   themes: "wp-content/themes"
  #   languages: "wp-content/languages"
  #   themes: "wp-content/themes"

  # ssh:
  #   host: "host"
  #   user: "user"
  #   password: "password" # password is optional, will use public keys if available.
  #   port: 22 # Port is optional
  #   rsync_options: "--verbose" # Additional rsync options, optional
  #   gateway: # Gateway is optional
  #     host: "host"
  #     user: "user"
  #     password: "password" # password is optional, will use public keys if available.

  # ftp:
  #   user: "user"
  #   password: "password"
  #   host: "host"
  #   passive: true

# production: # multiple environments can be specified
#   [...]

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
wordmove-1.0.17 lib/wordmove/generators/Movefile
wordmove-1.0.16 lib/wordmove/generators/Movefile
wordmove-1.0.15 lib/wordmove/generators/Movefile
wordmove-1.0.14 lib/wordmove/generators/Movefile