-
Notifications
You must be signed in to change notification settings - Fork 178
Expand file tree
/
Copy path.envrc
More file actions
20 lines (16 loc) · 435 Bytes
/
.envrc
File metadata and controls
20 lines (16 loc) · 435 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# SPDX-FileCopyrightText: the secureCodeBox authors
#
# SPDX-License-Identifier: Apache-2.0
# shellcheck shell=sh
# https://direnv.net/man/direnv-stdlib.1.html
PATH_add bin
export VIRTUAL_ENV=venv
layout python
use nvm
# shellcheck disable=SC2155
export PROJECT_DIR="$(pwd)"
export S3_BUCKET="scb"
export S3_USE_SSL="false"
export S3_ENDPOINT="127.0.0.1:9000"
# shellcheck disable=2039,1090
source "${PROJECT_DIR}/.s3_credentials"