Sha256: 1677cc599dc235759fe737dd99daf378c98a5389c257c761b56b28ea93cb857c

Contents?: true

Size: 1.7 KB

Versions: 1

Compression:

Stored size: 1.7 KB

Contents

global:
  sql_adapter: default

local:
  vhost: http://vhost.local
  wordpress_path: <%= wordpress_path %> # use an absolute path here

  database:
    name: <%= database.name %>
    user: <%= database.user %>
    password: "<%= database.password %>" # could be blank, so always use quotes around
    host: <%= database.host %>

production:
  vhost: http://example.com
  wordpress_path: /var/www/your_site # use an absolute path here

  database:
    name: database_name
    user: user
    password: password
    host: host
    # port: 3308 # Use just in case you have exotic server config
    # mysqldump_options: --max_allowed_packet=1G # Only available if using SSH

  exclude:
    - .git/
    - .gitignore
    - .sass-cache/
    - node_modules/
    - bin/
    - tmp/*
    - Gemfile*
    - Movefile
    - movefile
    - movefile.yml
    - movefile.yaml
    - wp-config.php
    - wp-content/*.sql.gz

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

  # 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
  #   scheme: ftps # default ftp

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

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
wordmove-2.3.1 lib/wordmove/generators/movefile.yml