jenkins-bot has submitted this change and it was merged.

Change subject: Remove obsolete APPLICATION_OPEN/CLOSE from README
......................................................................


Remove obsolete APPLICATION_OPEN/CLOSE from README

Bug: T92358
Change-Id: I25a9e915f2821f03edce7645b2085015fe499a20
---
M README.md
1 file changed, 0 insertions(+), 8 deletions(-)

Approvals:
  BryanDavis: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/README.md b/README.md
index c33c23f..4f2dbea 100644
--- a/README.md
+++ b/README.md
@@ -62,8 +62,6 @@
 * DB_DSN = PDO DSN
 * DB_USER = PDO username
 * DB_PASS = PDO password
-* APPLICATION_OPEN = Date/time that scholarship application period opens
-* APPLICATION_CLOSE = Date/time that scholarship application period closes
 
 The following variables can be optionally provided:
 
@@ -78,8 +76,6 @@
     SetEnv DB_DSN mysql:host=localhost;dbname=scholarships;charset=utf8
     SetEnv DB_USER my_database_user
     SetEnv DB_PASS "super secret password"
-    SetEnv APPLICATION_OPEN 2013-01-01T00:00:00Z
-    SetEnv APPLICATION_CLOSE 2013-02-01T00:00:00Z
     SetEnv MOCK 1
 
 
@@ -88,8 +84,6 @@
     env DB_DSN=mysql:host=localhost;dbname=scholarships;charset=utf8
     env DB_USER=my_database_user
     env DB_PASS="super secret password"
-    env APPLICATION_OPEN=2013-01-01T00:00:00Z
-    env APPLICATION_CLOSE=2013-02-01T00:00:00Z
     env MOCK=1
 
 ### .env file
@@ -102,8 +96,6 @@
     DB_DSN="mysql:host=localhost;dbname=scholarships;charset=utf8"
     DB_USER=my_database_user
     DB_PASS="super secret password"
-    APPLICATION_OPEN=2013-01-01T00:00:00Z
-    APPLICATION_CLOSE=2013-02-01T00:00:00Z
     MOCK=1
 
 Authors

-- 
To view, visit https://gerrit.wikimedia.org/r/201204
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I25a9e915f2821f03edce7645b2085015fe499a20
Gerrit-PatchSet: 2
Gerrit-Project: wikimedia/wikimania-scholarships
Gerrit-Branch: master
Gerrit-Owner: BryanDavis <bda...@wikimedia.org>
Gerrit-Reviewer: BryanDavis <bda...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to