diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-03-10 22:04:03 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2020-03-10 22:04:03 +0100 |
commit | f660173dcb84f07e2160b1aee7093c075f85228f (patch) | |
tree | 1b0ee795b36f7d15bca91e116f699d121b22252d /instance/production.py | |
parent | added a way to specify a configuration file via an environment variable (diff) | |
download | newspipe-f660173dcb84f07e2160b1aee7093c075f85228f.tar.gz newspipe-f660173dcb84f07e2160b1aee7093c075f85228f.tar.bz2 newspipe-f660173dcb84f07e2160b1aee7093c075f85228f.zip |
Added SQLite configuration file.
Diffstat (limited to 'instance/production.py')
-rw-r--r-- | instance/production.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/instance/production.py b/instance/production.py index e5c43190..37f8ee4a 100644 --- a/instance/production.py +++ b/instance/production.py @@ -1,5 +1,9 @@ import os +# +# Example configuration file for a PostgreSQL database. +# + # Webserver HOST = "127.0.0.1" PORT = 5000 |