mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-02-05 16:44:46 +00:00
4 lines
123 B
Bash
Vendored
4 lines
123 B
Bash
Vendored
DOMAIN=my_domain
|
|
DATABASE_PASSWORD=password
|
|
DATABASE_URL=postgres://lemmy:password@lemmy_db:5432/lemmy
|
|
JWT_SECRET=changeme
|