mirror of
				https://gitlab.crans.org/bde/nk20
				synced 2025-10-31 23:54:30 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			608 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			608 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| DJANGO_APP_STAGE=prod
 | |
| # Only used in dev mode, change to "postgresql" if you want to use PostgreSQL in dev
 | |
| DJANGO_DEV_STORE_METHOD=sqlite
 | |
| DJANGO_DB_HOST=localhost
 | |
| DJANGO_DB_NAME=note_db
 | |
| DJANGO_DB_USER=note
 | |
| DJANGO_DB_PASSWORD=CHANGE_ME
 | |
| DJANGO_DB_PORT=
 | |
| DJANGO_SECRET_KEY=CHANGE_ME
 | |
| DJANGO_SETTINGS_MODULE=note_kfet.settings
 | |
| CONTACT_EMAIL=tresorerie.bde@localhost
 | |
| NOTE_URL=localhost
 | |
| 
 | |
| # Config for mails. Only used in production
 | |
| NOTE_MAIL=notekfet@localhost
 | |
| EMAIL_HOST=smtp.localhost
 | |
| EMAIL_PORT=25
 | |
| EMAIL_USER=notekfet@localhost
 | |
| EMAIL_PASSWORD=CHANGE_ME
 | |
| 
 | |
| # Wiki configuration
 | |
| WIKI_USER=NoteKfet2020
 | |
| WIKI_PASSWORD=
 |