Ejegg has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/402365 )

Change subject: YAML null: magic string instead of ~
......................................................................

YAML null: magic string instead of ~

Oops, ~ was coming through as the empty string!

Bug: T180168
Change-Id: I63b63ddb6da2b56171694a43edae5414fed032ba
---
M config/amazon/main.yaml
1 file changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/wikimedia/fundraising/SmashPig 
refs/changes/65/402365/1

diff --git a/config/amazon/main.yaml b/config/amazon/main.yaml
index a305af4..341a189 100644
--- a/config/amazon/main.yaml
+++ b/config/amazon/main.yaml
@@ -28,11 +28,11 @@
     sandbox: false
 
 proxy: &PROXY
-    cabundle_file: ~ # /path/to/file
-    proxy_host: ~ # 192.168.1.1
+    cabundle_file: null # /path/to/file
+    proxy_host: null # 192.168.1.1
     proxy_port: -1 # 8080
-    proxy_username: ~ # proxyme
-    proxy_password: ~ # plz
+    proxy_username: null # proxyme
+    proxy_password: null # plz
 
 # Override these to mock the Amazon SDK classes
 payments-client:

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I63b63ddb6da2b56171694a43edae5414fed032ba
Gerrit-PatchSet: 1
Gerrit-Project: wikimedia/fundraising/SmashPig
Gerrit-Branch: master
Gerrit-Owner: Ejegg <ej...@ejegg.com>

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

Reply via email to