Skip to content

Commit

Permalink
Improve local dev.env
Browse files Browse the repository at this point in the history
  • Loading branch information
Kagemaru committed Aug 20, 2024
1 parent 3059fdf commit 4a02191
Showing 1 changed file with 46 additions and 4 deletions.
50 changes: 46 additions & 4 deletions .dev.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# vim: et:ts=2:sw=2:tw=0:wm=0:fdm=marker
# shellcheck disable=SC2034

# Decidim {{{1
# Decidim Config {{{1

DECIDIM_APPLICATION_NAME=DecidimZuerich
# DECIDIM_MAILER_SENDER=
Expand Down Expand Up @@ -112,8 +112,7 @@ API_SCHEMA_MAX_DEPTH=50
# VAPID_PRIVATE_KEY=
# ELECTIONS_BULLETIN_BOARD_SERVER=

# production {{{2
# SECRET_KEY_BASE=
# Production Instances {{{2
# SMTP_USERNAME=
# SMTP_PASSWORD=
# SMTP_ADDRESS=
Expand All @@ -135,5 +134,48 @@ API_SCHEMA_MAX_DEPTH=50
# VOTINGS_CHECK_CENSUS_MAX_REQUESTS=
# VOTINGS_THROTTLING_PERIOD=
# VOTINGS_CENSUS_ACCESS_CODES_EXPORT_EXPIRY_TIME=
# /production }}}2
# /Production Instances }}}2
# /Decidim }}}1
# Server Settings {{{1
## Rails {{{2

RAILS_ENV=production
RAILS_HOST_NAME=test.dialogluzern.ch
SENTRY_CURRENT_ENV=integration
SENTRY_DSN=https://[email protected]/59
RAILS_DB_ADAPTER=postgresql
RAILS_DB_HOST=postgresql
RAILS_DB_NAME=decidim_luzern_production
RAILS_DB_PASSWORD=43180af2c6fad21714e02819cf5c2bdb4e55fa96af0ece96e025a3eaeaeeaff1dd894e87ce39f00f323eb6eb6cd122e96fba5f84ffc33bc3116fdb17c1ea2417
RAILS_DB_USERNAME=app

## /Rails }}}2
## S3 {{{2

OCP4_S3_ACCESS_KEY_ID=1MERB81870UQ8L8T2DIZ
OCP4_S3_BUCKET=ocp4-pitc-stlu-decidim-int
OCP4_S3_ENDPOINT=https://objects.rma.cloudscale.ch
OCP4_S3_SECRET_ACCESS_KEY=ClNkWrqwFymF6ycuiKN9DqmVoBBTObeKK7eoDeC7

## /S3 }}}2
## Decidim Specific {{{2

ASPSMS_AFFILIATE_ID=259956
ASPSMS_API_PASSWORD=xASIfZDyd18hbO5pQtsH09na
ASPSMS_API_USER_KEY=PWHGKXMJ9TL7
ENABLE_RACK_ATTACK=true
RACK_ATTACK_SAFELIST_IPS=157.143.37.2
TZ=Europe/Berlin

## Decidim Specific }}}2
# /Server }}}1
# Custom {{{1

SENTRY_CURRENT_ENV=development
RAILS_DB_HOST=localhost
RAILS_DB_PORT=5432
RAILS_DB_USERNAME=decidim_luzern
RAILS_DB_PASSWORD=7UhEIvi9wFymva3
RAILS_DB_NAME=decidim_luzern_production_int

# /CUSTOM }}}1

0 comments on commit 4a02191

Please sign in to comment.