Skip to content

Commit

Permalink
test(unit) correctly track fs-templates/bedrock src files
Browse files Browse the repository at this point in the history
  • Loading branch information
lucatume committed Aug 18, 2023
1 parent 548cfb4 commit 94a28c9
Show file tree
Hide file tree
Showing 1,734 changed files with 147,360 additions and 27 deletions.
28 changes: 28 additions & 0 deletions tests/_data/fs-templates/bedrock/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
DB_NAME='{{DB_NAME}}'
DB_USER='{{DB_USER}}'
DB_PASSWORD='{{DB_PASSWORD}}'

# Optionally, you can use a data source name (DSN)
# When using a DSN, you can remove the DB_NAME, DB_USER, DB_PASSWORD, and DB_HOST variables
# DATABASE_URL='mysql://database_user:database_password@database_host:database_port/database_name'

# Optional database variables
DB_HOST='{{DB_HOST}}'
DB_PREFIX='{{DB_PREFIX}}'

WP_ENV='development'
WP_HOME='{{WP_HOME}}'
WP_SITEURL="${WP_HOME}/wp"

# Specify optional debug.log path
# WP_DEBUG_LOG='/path/to/debug.log'

# Generate your keys here: https://roots.io/salts.html
AUTH_KEY='{{AUTH_KEY}}'
SECURE_AUTH_KEY='{{SECURE_AUTH_KEY}}'
LOGGED_IN_KEY='{{LOGGED_IN_KEY}}'
NONCE_KEY='{{NONCE_KEY}}'
AUTH_SALT='{{AUTH_SALT}}'
SECURE_AUTH_SALT='{{SECURE_AUTH_SALT}}'
LOGGED_IN_SALT='{{LOGGED_IN_SALT}}'
NONCE_SALT='{{NONCE_SALT}}'
27 changes: 0 additions & 27 deletions tests/_data/fs-templates/bedrock/.gitignore

This file was deleted.

Loading

0 comments on commit 94a28c9

Please sign in to comment.