This commit is contained in:
anhduy-tech
2026-03-24 11:19:28 +07:00
parent d0d6971e30
commit 0e7f101ab2
12 changed files with 1819 additions and 614 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': '5423'"
newtext1 = "'PORT': '5423'"
search_text(file, text1, newtext1)
text1 = "MODE = 'prod'"