Skip to content

Commit abac334

Browse files
committed
Update settings.py to use environment variable placeholders for enable and port configurations
1 parent 6e7f350 commit abac334

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/python/reddit/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@
3636
},
3737
{
3838
"@Target": "Host",
39-
"@Name": "enable",
39+
"@Name": "%enable",
4040
"#text": "1"
4141
},
4242
{
4343
"@Target": "Host",
44-
"@Name": "port",
44+
"@Name": "%port",
4545
"#text": "55550"
4646
}
4747
]

0 commit comments

Comments
 (0)