mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-11-04 01:12:08 +01:00 
			
		
		
		
	the password of pgsql is a secret
This commit is contained in:
		@@ -11,11 +11,11 @@
 | 
			
		||||
DATABASES = {
 | 
			
		||||
    'default': {
 | 
			
		||||
        'ENGINE': 'django.db.backends.postgresql',
 | 
			
		||||
        'NAME': 'mydatabase',
 | 
			
		||||
        'USER': 'mydatabaseuser',
 | 
			
		||||
        'PASSWORD': 'mypassword',
 | 
			
		||||
        'NAME': 'note_db',
 | 
			
		||||
        'USER': 'note',
 | 
			
		||||
        'PASSWORD': 'update_in_secrets.py',
 | 
			
		||||
        'HOST': '127.0.0.1',
 | 
			
		||||
        'PORT': '5432',
 | 
			
		||||
        'PORT': '',
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -1,2 +1,2 @@
 | 
			
		||||
 | 
			
		||||
SECRET_KEY = 'CHANGE_ME_IN_LOCAL_SETTINGS!'
 | 
			
		||||
DATABASE['default']['PASSWORD'] ='CHANGE_ME'
 | 
			
		||||
SECRET_KEY = 'CHANGE_ME'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user