aboutsummaryrefslogtreecommitdiff
path: root/app/integration/plume/plume.env
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-10-15 21:20:11 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-10-15 21:20:11 +0200
commit4af75bd8b829178d35812dcdcde0b316c67d7697 (patch)
tree8208e2dfe181029eea79a155fb7fe1fdd6caa89e /app/integration/plume/plume.env
parent25ec221248904c14bf1e7283620121c52c244437 (diff)
downloadinfrastructure-4af75bd8b829178d35812dcdcde0b316c67d7697.tar.gz
infrastructure-4af75bd8b829178d35812dcdcde0b316c67d7697.zip
WIP plume
Diffstat (limited to 'app/integration/plume/plume.env')
-rw-r--r--app/integration/plume/plume.env25
1 files changed, 25 insertions, 0 deletions
diff --git a/app/integration/plume/plume.env b/app/integration/plume/plume.env
new file mode 100644
index 0000000..0db538f
--- /dev/null
+++ b/app/integration/plume/plume.env
@@ -0,0 +1,25 @@
+BASE_URL=integration.env
+# generate one with openssl rand -base64 32
+ROCKET_SECRET_KEY=cXZbKoxWIBo0wdaD8tbA1B3BlH2LBSUmgzdyZZr8QxI=
+
+# Mail settings
+#MAIL_SERVER=smtp.example.org
+#MAIL_USER=example
+#MAIL_PASSWORD=123456
+#MAIL_HELO_NAME=example.org
+
+# DATABASE SETUP
+POSTGRES_PASSWORD=plume
+POSTGRES_USER=plume
+POSTGRES_DB=plume
+DATABASE_URL=postgres://plume:plume@postgres:5432/plume
+MIGRATION_DIRECTORY=migrations/postgres
+
+USE_HTTPS=0
+ROCKET_ADDRESS=0.0.0.0
+ROCKET_PORT=7878
+
+MEDIA_UPLOAD_DIRECTORY=/app/static/media
+SEARCH_INDEX=/app/search_index
+DOMAIN_NAME="integration.env"
+INSTANCE_NAME="Integration Instance"