Sha256: 156ff39fbfc9711e97b6ce1916e113fbad0ba2de961ee7abb8a8ced676dc5426
Contents?: true
Size: 848 Bytes
Versions: 1
Compression:
Stored size: 848 Bytes
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" 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.6 | lib/wordmove/generators/Movefile |