FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
secureCodeBox/.envrc at main · avicoder/secureCodeBox · GitHub
avicoder
/
secureCodeBox
Public
forked from
secureCodeBox/secureCodeBox
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
secureCodeBox
/
.envrc
Copy path
More file actions
More file actions
Latest commit
History
History
History
15 lines (13 loc) · 380 Bytes
Breadcrumbs
secureCodeBox
/
.envrc
Copy path
File metadata and controls
15 lines (13 loc) · 380 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
SPDX-FileCopyrightText: 2021 iteratec GmbH
#
#
SPDX-License-Identifier: Apache-2.0
#
shellcheck shell=sh
#
https://direnv.net/man/direnv-stdlib.1.html
PATH_add bin
#
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
"
Back
|
FazBrowse Home
|
New Git URL