6 lines
107 B
Bash
6 lines
107 B
Bash
# Postgres
|
|
# DATABASE_URL=postgres://postgres@localhost/my_database
|
|
# SQLite
|
|
DATABASE_URL=sqlite:brass.db
|
|
|