Skip to content

Commit f75432d

Browse files
committed
default placeholder stuff for reCAPTCHA
1 parent 7c476d9 commit f75432d

File tree

2 files changed

+2528
-14902
lines changed

2 files changed

+2528
-14902
lines changed

.env

+11-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ CRAFT_APP_ID=
1111
CRAFT_DB_DRIVER=
1212

1313
# The database server name or IP address
14-
CRAFT_DB_SERVER=127.0.0.1
14+
CRAFT_DB_SERVER=
1515

1616
# The port to connect to the database with
1717
CRAFT_DB_PORT=
@@ -35,7 +35,7 @@ CRAFT_DB_TABLE_PREFIX=
3535
PRIMARY_SITE_URL=
3636

3737
# The name of the site to be shown in the CMS
38-
SITE_NAME="Craft CMS Boilerplate"
38+
SITE_NAME=Craft CMS Boilerplate
3939

4040
# Admin email
4141
ADMIN_EMAIL=[email protected]
@@ -46,4 +46,12 @@ MG_PASSWORD=
4646

4747
#Amazon S3
4848
S3_KEY_ID=
49-
S3_SECRET=
49+
S3_SECRET=
50+
51+
#ReCaptcha
52+
CAPTCHA_SITE=
53+
CAPTCHA_SECRET=
54+
55+
# OPTIONAL - Backup commands for use with MAMP
56+
BACKUP_COMMAND="/Applications/MAMP/Library/bin/mysqldump -h localhost -u root -proot --add-drop-table --comments --create-options --dump-date --no-autocommit --routines --set-charset --triggers --single-transaction --no-data --result-file=\"{file}\" {database} && /Applications/MAMP/Library/bin/mysqldump -h localhost -u root -proot --add-drop-table --comments --create-options --dump-date --no-autocommit --routines --set-charset --triggers --no-create-info --ignore-table={database}.assetindexdata --ignore-table={database}.assettransformindex --ignore-table={database}.cache --ignore-table={database}.sessions --ignore-table={database}.templatecaches --ignore-table={database}.templatecachecriteria --ignore-table={database}.templatecacheelements --ignore-table={database}.templatecachequeries {database} >> \"{file}\""
57+
RESTORE_COMMAND="/Applications/MAMP/Library/bin/mysql -h localhost -u root -proot {database} < \"{file}\""

0 commit comments

Comments
 (0)