-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env.example
25 lines (20 loc) · 1.12 KB
/
.env.example
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
#For VIEWS_DIR, use the name of the folder in your plugin directory.
#For example, if the folder path is wp-content/plugins/your-plugin/views
#The views directory will be
VIEWS_DIR='/views'
# Table prefix is your plugin table prefix, not the WordPress table prefix
TABLE_PREFIX='kmcf7_'
# Migrations dir is the directory where your migration files will be stored
# It is relative to the root of your plugin directory
#For example, if the folder path is wp-content/plugins/your-plugin/migrations
#The views directory will be
MIGRATIONS_DIR='/migrations'
# Models dir is the directory where your model files will be stored
# It is relative to the root of your plugin directory
#For example, if the folder path is wp-content/plugins/your-plugin/models
#The views directory will be
MODELS_DIR='/models'
# If you want to use the WordPress Tools command line script, please set the path the the wordpress-tools directory
WORDPRESSTOOLS_DIR='/lib/wordpress_tools'
# To avoid conflicts with other plugins, please set a unique namespace for your plugin. Your name space should be one word and should not contain any special characters
NAMESPACE=''