Fix front matter on URL
This commit is contained in:
parent
ff339a718f
commit
9970bcbf3e
@ -33,7 +33,7 @@ DEFAULT_PREVIOUS_SEVERITY = 'indeterminate'
|
||||
PLUGINS = ['reject', 'blackout', 'geoip', 'normalise']
|
||||
GEOIP_URL = 'http://ip-api.com/json'
|
||||
|
||||
DATABASE_URL = "postgresql://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}/{{ db_name }}"
|
||||
DATABASE_URL = "postgres://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}/{{ db_name }}"
|
||||
DATABASE_NAME = "{{ db_name }}"
|
||||
|
||||
EMAIL_VERIFICATION = False
|
||||
|
Reference in New Issue
Block a user