aboutsummaryrefslogtreecommitdiff
path: root/app/config/configuration/plume/app.env
diff options
context:
space:
mode:
authorQuentin <quentin@dufour.io>2021-01-18 08:18:21 +0100
committerQuentin <quentin@dufour.io>2021-01-18 08:18:21 +0100
commitad6017eea058f7cb6fdf078783f992a4f45a3e15 (patch)
tree6620bcc9e1ea61a5689b763b9ad8280275e35e76 /app/config/configuration/plume/app.env
parent79b7273ff2a487d6721d393682c8ad3927467a75 (diff)
parentc642370def01f09d966b3b9c643cfe416ea115cf (diff)
downloadinfrastructure-ad6017eea058f7cb6fdf078783f992a4f45a3e15.tar.gz
infrastructure-ad6017eea058f7cb6fdf078783f992a4f45a3e15.zip
Merge pull request 'Reorganize app/ and add script for secret management' (#29) from test_reorganize into master
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/infrastructure/pulls/29
Diffstat (limited to 'app/config/configuration/plume/app.env')
-rw-r--r--app/config/configuration/plume/app.env30
1 files changed, 0 insertions, 30 deletions
diff --git a/app/config/configuration/plume/app.env b/app/config/configuration/plume/app.env
deleted file mode 100644
index 1c234e7..0000000
--- a/app/config/configuration/plume/app.env
+++ /dev/null
@@ -1,30 +0,0 @@
-BASE_URL=plume.deuxfleurs.fr
-# generate one with openssl rand -base64 32
-ROCKET_SECRET_KEY={{ key "secrets/plume/secret_key" | trimSpace }}
-
-# Mail settings
-#MAIL_SERVER=smtp.example.org
-#MAIL_USER=example
-#MAIL_PASSWORD=123456
-#MAIL_HELO_NAME=example.org
-
-# DATABASE SETUP
-POSTGRES_PASSWORD={{ key "secrets/plume/pgsql_pw" | trimSpace }}
-POSTGRES_USER=plume
-POSTGRES_DB=plume
-DATABASE_URL=postgres://plume:{{ key "secrets/plume/pgsql_pw" | trimSpace }}@psql-proxy.service.2.cluster.deuxfleurs.fr:5432/plume
-MIGRATION_DIRECTORY=migrations/postgres
-
-USE_HTTPS=0
-ROCKET_ADDRESS=::
-ROCKET_PORT={{ env "NOMAD_PORT_web_port" }}
-
-MEDIA_UPLOAD_DIRECTORY=/app/static/media
-SEARCH_INDEX=/app/search_index
-
-LDAP_ADDR=ldap://bottin2.service.2.cluster.deuxfleurs.fr:389
-LDAP_BASE_DN=ou=users,dc=deuxfleurs,dc=fr
-LDAP_USER_NAME_ATTR=cn
-LDAP_USER_MAIL_ATTR=mail
-LDAP_TLS=false
-