This commit is contained in:
ahmadbilalkhalid 2019-09-14 12:24:49 +05:00
parent 77b1288a4c
commit e720ec485a
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ def setup(path, api_server):
# Create .env file
with open(os.path.join(repo_name, ".env"), "w") as f:
content = (
f"API_SERVER={api_server}\n"
f"UCLOUD_API_SERVER={api_server}\n"
)
f.writelines(content)