Skip to content

Instantly share code, notes, and snippets.

@mazz
Created January 8, 2017 01:32
Show Gist options
  • Save mazz/8a541a9514f8fb080f42244573fb5fdf to your computer and use it in GitHub Desktop.
Save mazz/8a541a9514f8fb080f42244573fb5fdf to your computer and use it in GitHub Desktop.
hearit/conf/development.ini
# pserve and command line configuration for a local development machine
[includes]
include_ini_files =
resource://websauna/conf/development.ini
resource://hearit/conf/base.ini
resource://websauna/conf/base.ini
[app:main]
websauna.site_id = hearit_dev
websauna.site_email_prefix = [hearit DEV]
#sqlalchemy.url = postgresql://localhost/hearit_dev
sqlalchemy.url = postgresql://hearit:REDACTED@localhost:5432/hearit_dev
websauna.secrets_file = resource://hearit/conf/development-secrets.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment