diff --git a/files/pagure.cfg.sample b/files/pagure.cfg.sample index d57b827..2c15a37 100644 --- a/files/pagure.cfg.sample +++ b/files/pagure.cfg.sample @@ -16,8 +16,8 @@ ENABLE_DOCS = True SECRET_KEY='' ### url to the database server: -#DB_URL=mysql://user:pass@host/db_name -#DB_URL=postgres://user:pass@host/db_name +#DB_URL = 'mysql://user:pass@host/db_name' +#DB_URL = 'postgres://user:pass@host/db_name' DB_URL = 'sqlite:////var/tmp/pagure_dev.sqlite' ### Send FedMsg notifications of events in pagure