a
This commit is contained in:
parent
77b1288a4c
commit
e720ec485a
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ def setup(path, api_server):
|
||||||
# Create .env file
|
# Create .env file
|
||||||
with open(os.path.join(repo_name, ".env"), "w") as f:
|
with open(os.path.join(repo_name, ".env"), "w") as f:
|
||||||
content = (
|
content = (
|
||||||
f"API_SERVER={api_server}\n"
|
f"UCLOUD_API_SERVER={api_server}\n"
|
||||||
)
|
)
|
||||||
f.writelines(content)
|
f.writelines(content)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue