-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathwp-cli.local.yml
32 lines (23 loc) · 1.01 KB
/
wp-cli.local.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# core download:
# type ``wp help core download`` for options
core config:
# dbname dbprefix
# -----------------------------------------------------------------
# set set -> error
# not set not set -> auto create dbname, use default dbprefix
# set not set -> use dbname, auto generate dbprefix
# not set set -> auto create dbname, use dbprefix
dbuser: root # required
dbpass: root # required
dbhost: 127.0.0.1:3306 # required
# type ``wp help core config`` for more options
# core install:
# admin_user: admin # default
# admin_password: admin123 # default
# admin_email: [email protected] # default
# url: [auto generated]
# title: [auto generated]
# type ``wp help core install`` for more options
# quick install:
# domain: .dev # optional, add this suffix to install directory and url from ``core install``
# http_port: 8080 # optional, add port to url from ``core install``