Skip to content

Commit 4ba66d6

Browse files
committed
Move instructions for Azure configuration to swm-cloud-gate
1 parent d3ffc40 commit 4ba66d6

3 files changed

Lines changed: 1 addition & 179 deletions

File tree

HOWTO/AZURE.md

Lines changed: 0 additions & 155 deletions
This file was deleted.

priv/examples/credentials.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

scripts/skyport-container-prompt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def warm_up_cache(username: str, home: str) -> bool:
131131
result: Dict[str, int] = {}
132132

133133
env = os.environ
134-
env["SWM_CLOUD_GATE_CONFIG"] = f"{home}/.swm/credentials.json"
134+
env["SWM_CLOUD_GATE_CONFIG"] = f"{home}/.swm/cloud-gate.yaml"
135135
env["SWM_SPOOL"] = "/opt/swm/spool" if username == "root" else f"{home}/.swm/spool"
136136

137137
def run_cache_update_scripts():

0 commit comments

Comments
 (0)