-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
keep minimalistic non-redundant vars declaration
- Loading branch information
1 parent
36e3141
commit c20105f
Showing
3 changed files
with
9 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,5 @@ | ||
PYTHONPATH=. | ||
|
||
# for Django | ||
DJANGO_SETTINGS_MODULE=config.settings.dev | ||
POSTGRESQL_ADDON_HOST=localhost | ||
POSTGRESQL_ADDON_DB=communaute | ||
POSTGRESQL_ADDON_USER=communaute | ||
POSTGRESQL_ADDON_PASSWORD=password | ||
|
||
# GITHUB_ACCESS_TOKEN is used to update changelog from last release. | ||
GITHUB_ACCESS_TOKEN=__key_to_be_set__ | ||
GITHUB_REPO=betagouv/itou-communaute-django | ||
|
||
# SENDINBLUE API KEY | ||
SIB_API_KEY=__key_to_be_set__ | ||
|
||
# for Sentry | ||
#SENTRY_DSN=__url_to_be_set__ | ||
|
||
# for Pro Connect | ||
OPENID_CONNECT_BASE_URL=http://127.0.0.1:8080 | ||
OPENID_CONNECT_CLIENT_ID=local_openid_connect | ||
OPENID_CONNECT_CLIENT_SECRET=password | ||
|
||
# parking page | ||
PARKING_PAGE=True | ||
|
||
# Path to the itou-backup project repository. | ||
PATH_TO_BACKUPS=~/path/to/backups | ||
|
||
# bucket for test purpose only | ||
CELLAR_ADDON_KEY_ID=minioadmin | ||
CELLAR_ADDON_KEY_SECRET=minioadmin | ||
CELLAR_ADDON_HOST=localhost:9000 | ||
CELLAR_ADDON_PROTOCOL=http | ||
|
||
# itou-backups | ||
export RCLONE_S3_ACCESS_KEY_ID=ACCESS_KEY_ID | ||
export RCLONE_S3_SECRET_ACCESS_KEY=SECRET_ACCESS_KEY | ||
export RCLONE_CRYPT_PASSWORD=CRYPT-PASSWORD | ||
export RCLONE_CRYPT_PASSWORD2=CRYPT-PASSWORD2 | ||
export RCLONE_REMOTE_NAME=communaute | ||
# for psql | ||
PGDATABASE=communaute | ||
PGHOST=localhost | ||
PGUSER=communaute | ||
PGPASSWORD=password |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters