Sha256: eb900e298dd089949cca9094bac12b91ecff30c2dc8447fb83f630d53d312f90

Contents?: true

Size: 1.1 KB

Versions: 1

Compression:

Stored size: 1.1 KB

Contents

local:
  vhost: "http://vhost.local"
  wordpress_path: "~/dev/sites/your_site"
  database:
    name: "database_name"
    user: "user"
    password: "password"
    host: "127.0.0.1"
staging:
  vhost: "http://remote.com"
  wordpress_path: "/var/www/your_site"
  # paths: # you can customize wordpress internal paths
  #   wp_content: "wp-content"
  #   uploads: "wp-content/uploads"
  #   plugins: "wp-content/plugins"
  #   languages: "wp-content/languages"
  exclude:
    - ".sass-cache"
    - ".git"
    - "tmp/*"
    - "wp-content/*.sql"
  database:
    name: "database_name"
    user: "user"
    password: "password"
    host: "host"
  # ssh:
  #   host: "host"
  #   user: "user"
  #   password: "password" # password is optional, will use public keys if available.
  #   port: 22 # Port is 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

1 entries across 1 versions & 1 rubygems

Version Path
wordmove-1.0.7 lib/wordmove/generators/Movefile