Skip to content

Instantly share code, notes, and snippets.

View philcampbell-qhr's full-sized avatar

Phil Campbell philcampbell-qhr

  • Kelowna, BC
View GitHub Profile
@philcampbell-qhr
philcampbell-qhr / cities.txt
Created January 8, 2020 22:51
list of cities/towns in Canada
100 Mile House, British Columbia
108 Mile House, British Columbia
108 Mile Ranch, British Columbia
150 Mile House, British Columbia
Abbey, Saskatchewan
Abbotsford, British Columbia
Aberarder, Ontario
Abercorn, Quebec
Aberdeen, Saskatchewan
Abernethy, Saskatchewan
@philcampbell-qhr
philcampbell-qhr / secrets_test.json
Created November 28, 2019 18:25
Test file for dev
{
"version":"123",
"publishDateTime":"2019-11-19T19:33.88Z",
"secrets": [
{"key": "ApiGateway.Default.Secret", "value" : "abc123"},
{"key": "Accuro.OfficeStart.Pwd" , "value" : "Lorem ipsum"},
{"key": "HealthMail.Login.Loader.Test.Default.Secret" , "value" : "consectetur adipiscing elit, sed do eiusmod tempor incididunt"}
]
}