FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
cookiecutter-robust-python/.env at main · robust-python/cookiecutter-robust-python · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
robust-python
/
cookiecutter-robust-python
Public
Notifications
You must be signed in to change notification settings
Fork
5
Star
23
Code
Issues
5
Pull requests
0
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
cookiecutter-robust-python
/
.env
Copy path
More file actions
More file actions
Latest commit
History
History
History
23 lines (19 loc) · 951 Bytes
Breadcrumbs
cookiecutter-robust-python
/
.env
Copy path
File metadata and controls
23 lines (19 loc) · 951 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
16
17
18
19
20
21
22
23
#
Default environment variables for cookiecutter-robust-python
#
Users can override these by creating a .env.local file (not committed to git)
#
App author name used for cache directory paths
COOKIECUTTER_ROBUST_PYTHON__DEMOS_CACHE_FOLDER
=
"
"
COOKIECUTTER_ROBUST_PYTHON__APP_NAME
=
"
cookiecutter-robust-python
"
COOKIECUTTER_ROBUST_PYTHON__APP_AUTHOR
=
"
robust-python
"
COOKIECUTTER_ROBUST_PYTHON__REMOTE
=
"
origin
"
COOKIECUTTER_ROBUST_PYTHON__MAIN_BRANCH
=
"
main
"
COOKIECUTTER_ROBUST_PYTHON__DEVELOP_BRANCH
=
"
develop
"
ROBUST_PYTHON_DEMO__APP_NAME
=
"
robust-python-demo
"
ROBUST_PYTHON_DEMO__APP_AUTHOR
=
"
robust-python
"
ROBUST_PYTHON_DEMO__REMOTE
=
"
origin
"
ROBUST_PYTHON_DEMO__MAIN_BRANCH
=
"
main
"
ROBUST_PYTHON_DEMO__DEVELOP_BRANCH
=
"
develop
"
ROBUST_MATURIN_DEMO__APP_NAME
=
"
robust-maturin-demo
"
ROBUST_MATURIN_DEMO__APP_AUTHOR
=
"
robust-python
"
ROBUST_MATURIN_DEMO__REMOTE
=
"
origin
"
ROBUST_MATURIN_DEMO__MAIN_BRANCH
=
"
main
"
ROBUST_MATURIN_DEMO__DEVELOP_BRANCH
=
"
develop
"
Back
|
FazBrowse Home
|
New Git URL