]> git.parisson.com Git - teleforma.git/commitdiff
add env/prod.env.example, ignore prod.env
authorGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 23 Jun 2021 16:50:16 +0000 (18:50 +0200)
committerGuillaume Pellerin <guillaume.pellerin@parisson.com>
Wed, 23 Jun 2021 16:50:16 +0000 (18:50 +0200)
.gitignore
env/prod.env.example [new file with mode: 0644]

index a843adac34af56e9734a8a3a3c9f4caa40858dbe..45bb679638fcfae794791de6899815fb314c1746 100644 (file)
@@ -28,3 +28,4 @@ pip-log.txt
 
 #python venv
 py_env
+prod.env
diff --git a/env/prod.env.example b/env/prod.env.example
new file mode 100644 (file)
index 0000000..2f7c044
--- /dev/null
@@ -0,0 +1,7 @@
+DEBUG=False
+
+DB_PORT=5432
+DB_HOST=postgres
+POSTGRES_PASSWORD=mysecretpassword
+POSTGRES_DATABASE=teleforma
+POSTGRES_USER=teleforma