8 lines
217 B
Bash
8 lines
217 B
Bash
# Postgres
|
|
# DATABASE_URL=postgres://postgres@localhost/my_database
|
|
# SQLite
|
|
DATABASE_URL=postgresql://max@localhost/brass
|
|
# 64 byte long
|
|
SECRET_KEY="changeInProdOrHandAb11111111111111111111111111111111111111111111"
|
|
|