diff options
Diffstat (limited to 'config.py.sample')
| -rw-r--r-- | config.py.sample | 13 | 
1 files changed, 13 insertions, 0 deletions
| diff --git a/config.py.sample b/config.py.sample index d85e4ef..42bbac4 100644 --- a/config.py.sample +++ b/config.py.sample @@ -1,4 +1,17 @@  from requests.auth import HTTPBasicAuth +# +# Config keys +# =========== +# +# db_conn_str: libpq database connection string +#   https://www.postgresql.org/docs/current/libpq-connect.html#LIBPQ-CONNSTRING +# +# db_schema: database schema name +#   If not specified, it defaults to 'peeringdb' +# +# auth: HTTPBasicAuth('username', 'password') +#   Authenticate using username/password +#  def get_config():      return { | 
