- 1
- 260578
- 조회 수 869
33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 | ## The protocol and server name to use in fully-qualified URLs ## The URL path to static resources (images, scripts, etc.) $wgResourceBasePath = $wgScriptPath ; ## The URL path to the logo. Make sure you change this from the default , ## or else you'll overwrite your logo when you upgrade! $wgLogo = "$wgResourceBasePath/resources/event/wiki.png" ; $wgFavicon = "$wgResourceBasePath/images/boseong.ico" ; ## UPO means: this is also a user preference option $wgEmergencyContact = "admin@wordwiki.net" ; $wgPasswordSender = "admin@wordwiki.net" ; $wgPasswordSenderName = "단어위키" ; $wgSMTP = array ( 'host' => "wordwiki.net" , 'IDHost' => "new.studyforus.com" , 'port' => 25, 'auth' => true, 'username' => "admin@wordwiki.net" , 'password' => "암호 검열삭제" ); $wgEnableUserEmail = true; # UPO $wgEnotifUserTalk = true; # UPO $wgEnotifWatchlist = true; # UPO $wgEmailAuthentication = true; ## Database settings $wgDBtype = "mysql" ; $wgDBserver = "wordwiki.net" ; |
포트가 잘못된걸까요..?
비밀번호 찾기 이메일이 스팸함에도 없습니다.
51번 째 줄 host 부분을 new.studyforus.com 으로 바꿔보세요.