This commit is contained in:
Xuan Loi
2026-01-15 11:53:16 +07:00
parent 5b8b815592
commit 6427f6a04d
7 changed files with 63 additions and 4 deletions

View File

@@ -10,8 +10,8 @@ def search_text(file, text, new_text):
f.write(content)
file = './api/settings.py'
text1 = "'PORT': '6433'"
newtext1 = "'PORT': '6432'"
text1 = "'PORT': '5424'"
newtext1 = "'PORT': '5423'"
search_text(file, text1, newtext1)
text1 = "MODE = 'dev'"