File tree 2 files changed +2
-17
lines changed
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
35
35
36
36
EMPTY_TRASH_DAYS = 7
37
37
38
- # ##############################
39
- # PHP configuration
40
- # ##############################
41
-
42
- WP_MEMORY_LIMIT = 64M
43
-
44
38
# ##############################
45
39
# Plugins configuration
46
40
# ##############################
47
41
48
- WPCF7_AUTOP = false
49
- FS_METHOD = " direct"
42
+ WPCF7_AUTOP = false
Original file line number Diff line number Diff line change 98
98
define ( 'WP_DEBUG ' , getenv ( 'APP_ENV ' ) === 'development ' ? true : false );
99
99
define ( 'JETPACK_DEV_DEBUG ' , getenv ( 'APP_ENV ' ) === 'development ' ? true : false );
100
100
define ( 'WPCF7_AUTOP ' , getenv ( 'WPCF7_AUTOP ' ) );
101
- define ( 'FS_METHOD ' , getenv ( ' FS_METHOD ' ) );
101
+ define ( 'FS_METHOD ' , ' direct ' );
102
102
103
103
/**
104
104
* Define home and site url
121
121
122
122
define ( 'EMPTY_TRASH_DAYS ' , getenv ( 'EMPTY_TRASH_DAYS ' ) );
123
123
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
-
132
124
/* That's all, stop editing! Happy blogging. */
133
125
134
126
/* Absolute path to the WordPress directory. */
You can’t perform that action at this time.
0 commit comments