Skip to content
Snippets Groups Projects
Commit e2ea0348 authored by Travis Rivers's avatar Travis Rivers
Browse files

clean up

parent 93bc554d
No related branches found
No related tags found
No related merge requests found
#! /bin/bash
export OPENID_METADATA_URL=https://code.usgs.gov/.well-known/openid-configuration
export OPENID_CLIENT_ID=...
export OPENID_CLIENT_SECRET=...
export SECRET_KEY=...
export SESSION_TYPE=sqlalchemy
export SQLALCHEMY_DATABASE_URI="postgresql+psycopg2://user:password@127.0.0.1/dbname"
export SQLALCHEMY_TRACK_MODIFICATIONS=True
export FLASK_ENV=development
export FLASK_DEBUG=1
export FLASK_APP=geomagio.webservice
flask run
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment