forked from ClassicPress/site-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
35 lines (27 loc) · 925 Bytes
/
.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
26
27
28
29
30
31
32
33
34
35
# Site Config
WP_HOME="http://docs.classicpress.local"
WP_SITEURL="http://docs.classicpress.local"
# Database Config
DB_NAME="classicpress_docs_local"
DB_USER="classicpress_docs_local"
DB_PASSWORD="changeme"
DB_HOST="localhost"
DB_CHARSET="utf8"
DB_COLLATE=""
DB_SSL=false
DB_TABLE_PREFIX="cp_"
# Define a custom manifest URL for local development
# For more info see wp-content/mu-plugins/markdown-sync/README.md
#MARKDOWN_MANIFEST_URL=http://docs.classicpress.local/docs-content/bin/manifest.json
# Security Salts
# Generate some here: https://api-v1.classicpress.net/secret-key/1.0/salt/
AUTH_KEY="put secure salts here"
SECURE_AUTH_KEY="put secure salts here"
LOGGED_IN_KEY="put secure salts here"
NONCE_KEY="put secure salts here"
AUTH_SALT="put secure salts here"
SECURE_AUTH_SALT="put secure salts here"
LOGGED_IN_SALT="put secure salts here"
NONCE_SALT="put secure salts here"
# Developer Flags
WP_DEBUG=true