Skip to content

Latest commit

 

History

History
 
 

postgres

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Postgres Example

This example shows how you can run Flipt with a Postgres database over the default SQLite.

This works by setting the environment variable FLIPT_DB_URL to point to the Postgres database running in a container:

FLIPT_DB_URL=postgres://postgres:password@postgres:5432/flipt?sslmode=disable

Requirements

To run this example application you'll need:

Running the Example

  1. Run docker-compose up from this directory
  2. Open the Flipt UI (default: http://localhost:8080)