From 45704780e42d4fb501221d935758ae77819dba9e Mon Sep 17 00:00:00 2001 From: sali72 Date: Thu, 5 Dec 2024 15:01:41 +0330 Subject: [PATCH] chore: remove devcontainer.json --- .devcontainer/devcontainer.json | 34 --------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 .devcontainer/devcontainer.json diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json deleted file mode 100644 index 893992f..0000000 --- a/.devcontainer/devcontainer.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "name": "My Net Worth Dev Container", - "dockerComposeFile": "../docker-compose.yml", - "service": "my-net-worth", - "workspaceFolder": "/workspace", - "customizations": { - "vscode": { - "settings": { - "terminal.integrated.shell.linux": "/bin/bash" - }, - "extensions": [ - "ms-python.python", - "ms-azuretools.vscode-docker" - ] - } - }, - "remoteEnv": { - // "MONGO_DATABASE": "my_net_worth_db", - // "MONGO_ROOT_USERNAME": "your_db_username", - // "MONGO_ROOT_PASSWORD": "your_db_password", - "MONGO_HOST": "mongodb", - "MONGO_LOCAL_HOST": "mongodb://localhost:27017", - "ACCESS_TOKEN_EXPIRE_MINUTES": "30", - "SECRET_KEY": "your_secret_key", - "ALGORITHM": "HS256", - "MINIMUM_PASSWORD_STRENGTH": "3" - }, - "forwardPorts": [8000], - "portsAttributes": { - "8000": { - "label": "FastAPI" - } - } -} \ No newline at end of file