Эх сурвалжийг харах

SECRET_KEY in inside Django settings/production.py

Roberto Bertó 4 жил өмнө
parent
commit
d5760002f2
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -29,7 +29,7 @@ Datacenter installations with multiple VyoS will be able to offer their customer
 
 # Install instructions 
 
-* for your security edit SECRET_KEY in inside Django settings.py and change to something random, maybe using 
+* for your security edit SECRET_KEY in inside Django settings/production.py and change to something random, maybe using 
 ```
 openssl rand -hex 32
 ```