-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.example
43 lines (36 loc) · 1.01 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
DB_NAME=wordpress
DB_USER=wordpress
DB_PASSWORD=wordpress
DB_HOST=database
WP_HOME=https://pressbooks.test
WP_SITEURL=${WP_HOME}/wp
WP_ENV=development
DOMAIN_CURRENT_SITE='pressbooks.test'
# Generate your keys here: https://roots.io/salts.html
AUTH_KEY='generateme'
SECURE_AUTH_KEY='generateme'
LOGGED_IN_KEY='generateme'
NONCE_KEY='generateme'
AUTH_SALT='generateme'
SECURE_AUTH_SALT='generateme'
LOGGED_IN_SALT='generateme'
NONCE_SALT='generateme'
# Pressbooks Directory API Endpoint
CUSTOM_DELETE_BOOK_ENDPOINT=http://localhost:3000/api/books/delete
# PB MathJax
# PB_MATHJAX_URL=http://localhost:3000
# DocRaptor
# DOCRAPTOR_API_KEY=your_docraptor_api_key
# Sentry.io
# SENTRY_KEY=sentry_key
# SENTRY_ORGANIZATION=sentry_organization_id
# SENTRY_PROJECT=sentry_project_id
# Redis Configuration
# WP_REDIS_TOKEN=your_redis_token
# WP_REDIS_HOST='redis'
# WP_REDIS_PORT=6379
# WP_REDIS_DATABASE=0
# Algolia
# ALGOLIA_APP_ID=your_algolia_app_id
# ALGOLIA_API_KEY=your_algolia_api_key
# ALGOLIA_INDEX_NAME=your_algolia_index_name