Sha256: e389cf6b0d4d4b11e6883e22717c35e950298ee707936f4af3a77ccde421cc29
Contents?: true
Size: 687 Bytes
Versions: 4
Compression:
Stored size: 687 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" remote: vhost: "http://remote.com" wordpress_path: "/var/www/your_site" database: name: "database_name" user: "user" password: "password" host: "host" ssh: # also ftp is allowed host: "host" user: "user" password: "password" # password is optional, will use public keys if available. # port: 22 # Port is optional # # gateway: # host: "host" # user: "user" # password: "password" # password is optional, will use public keys if available.
Version data entries
4 entries across 4 versions & 1 rubygems