]> git.parisson.com Git - mezzo.git/commitdiff
Change pass and keys
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 31 Jan 2017 15:41:40 +0000 (16:41 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 31 Jan 2017 15:41:40 +0000 (16:41 +0100)
app/local_settings.py
docker-compose.yml

index b4c7c008c531e5a15305eb6e2fc2544fda1cc05a..543f0b7da103f3a3edd5b2257dfc87c1aa10c3d8 100644 (file)
@@ -31,8 +31,8 @@ ADMINS = (
 )
 
 # Make these unique, and don't share it with anybody.
-SECRET_KEY = "j1qa@u$5ktqr^0_kwh@-j@*-80t$)ht!4-=ybz1xc%@3+r(r&tzefoih"
-NEVERCACHE_KEY = "m)u^%r@uh#r3wu0&$=#$1ogx)uy4hv93^2lt%c3@xi=^gifoj8paozijdihazefd"
+SECRET_KEY = "j1qa@u$5kzeofiheoppoh@-j@*-80t$)ht!4-=ybz1xc%@3+r(r&tzefoih"
+NEVERCACHE_KEY = "m)u^%r@uez$ze##$1ogx)uy4hv93dbzt%c3@xi=^gifoj8paozijdihazefd"
 
 DATABASES = {
     'default': {
index d53034b8fb163e8815a1fad1095289c74810a9e3..f1bc4ae7d90a1c47bd65cc1193325f87747ed651 100644 (file)
@@ -39,7 +39,7 @@ db:
   volumes:
     - ./var/lib/postgresql/data:/var/lib/postgresql/data
   environment:
-    - POSTGRES_PASSWORD=hyRob0otlaz4
+    - POSTGRES_PASSWORD=noodFof2Kna
 
 app:
   build: .