6 lines
124 B
Bash
6 lines
124 B
Bash
# Postgres
|
|
# DATABASE_URL=postgres://postgres@localhost/my_database
|
|
# SQLite
|
|
DATABASE_URL=postgresql://max@localhost/brass
|
|
|