File tree Expand file tree Collapse file tree 2 files changed +2
-17
lines changed
Expand file tree Collapse file tree 2 files changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -35,15 +35,8 @@ WP_POST_REVISIONS=5
3535
3636EMPTY_TRASH_DAYS = 7
3737
38- # ##############################
39- # PHP configuration
40- # ##############################
41-
42- WP_MEMORY_LIMIT = 64M
43-
4438# ##############################
4539# Plugins configuration
4640# ##############################
4741
48- WPCF7_AUTOP = false
49- FS_METHOD = " direct"
42+ WPCF7_AUTOP = false
Original file line number Diff line number Diff line change 9898define ( 'WP_DEBUG ' , getenv ( 'APP_ENV ' ) === 'development ' ? true : false );
9999define ( 'JETPACK_DEV_DEBUG ' , getenv ( 'APP_ENV ' ) === 'development ' ? true : false );
100100define ( 'WPCF7_AUTOP ' , getenv ( 'WPCF7_AUTOP ' ) );
101- define ( 'FS_METHOD ' , getenv ( ' FS_METHOD ' ) );
101+ define ( 'FS_METHOD ' , ' direct ' );
102102
103103/**
104104 * Define home and site url
121121
122122define ( 'EMPTY_TRASH_DAYS ' , getenv ( 'EMPTY_TRASH_DAYS ' ) );
123123
124- /**
125- * Increase PHP memory limit
126- *
127- * This might not work for some hosting providers
128- */
129-
130- define ( 'WP_MEMORY_LIMIT ' , getenv ( 'WP_MEMORY_LIMIT ' ) );
131-
132124/* That's all, stop editing! Happy blogging. */
133125
134126/* Absolute path to the WordPress directory. */
You can’t perform that action at this time.
0 commit comments