Sha256: 5cdaf15a9a9e8583f92ad95a8830441d6360c79aabcc080fcdf651c4d64eb5d9
Contents?: true
Size: 1.15 KB
Versions: 4
Compression:
Stored size: 1.15 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" - "bin" - "tmp/*" - "wp-content/*.sql" - "Gemfile*" - "Movefile" 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
4 entries across 4 versions & 1 rubygems