Fixed docker env bugs, and issues from PR

This commit is contained in:
Nedim Uka
2018-07-26 13:47:59 +02:00
parent 1f6b1043a4
commit 5c07b371a0
6 changed files with 21 additions and 17 deletions

View File

@@ -55,6 +55,9 @@ define('SECURE_AUTH_SALT', 'Ku5k]% pS[eN,))rR4%JF7c5l;w(NVFvLir-:|-N07`[yp/U*J2x
define('LOGGED_IN_SALT', 'AS,kWNt-W~}c(# tsmi$hEx{XD|`<vXO{hT$|0KPLt$z!`6x>J28>nf~*8jsfFkc');
define('NONCE_SALT', '5}W)&1O:bSk@p=Uj1QJIuT<91:LHv+`Ix=;y37LaPwNWa&EW$;E~jU45+.-;%]2}');
define('JWT_AUTH_SECRET_KEY', 'z={bYHD+B[NE>o${e:t~LZ]b!2n8knYwjAsRzB5`|8IM-#d/kv+#V-1900e1ia2M');
define('JWT_AUTH_CORS_ENABLE', true);
//For case when wordpress is behind reverse proxy https -> http
//With this settings, siteurl and home have to be https://....