Sha256: 5380f3c4f68a5d68f1d4c2bbe003e2d2aeeff94e58a2dd90ad4f826d4391018f

Contents?: true

Size: 1.52 KB

Versions: 3

Compression:

Stored size: 1.52 KB

Contents

local:
  vhost: "http://localhost:8888/project"
  wordpress_path: "/path/to/project" # use an absolute path here

  database:
    name: "wp_project"
    user: "local_db_user"
    password: "local_db_password"
    host: "localhost"
    # port: 8889

staging:
  vhost: "http://staging.project.com"
  wordpress_path: "/home/project" # use an absolute path here

  database:
    name: "wp_project"
    user: "staging_db_user"
    password: "staging_db_password"
    host: "staging.project.com"
    # port: "3308" # Use just in case you have exotic server config

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

  # 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: "ssh.project.com"
    # user: "ssh_username"
    # password: "ssh_password"
    # 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

3 entries across 3 versions & 1 rubygems

Version Path
stump-cli-0.1.3 lib/wp/Movefile-example
stump-cli-0.1.2 lib/wp/Movefile-example
stump-cli-0.1.1 lib/wp/Movefile-example