bonfire-app/props.nix

16 lines
371 B
Nix
Raw Normal View History

2022-07-03 17:51:31 +00:00
{
# the name of the package
app_name = "bonfire";
# the version of the package
app_version = "0.3.0-classic-beta.7";
# version release of elixir
elixir_release = "1.13";
# version release of erlang
erlang_release = "24";
2022-07-30 20:44:47 +00:00
# remove dotenv variables POSTGRES_* to use these!
2022-07-30 21:05:55 +00:00
PGUSERNAME = "bonfire";
2022-07-30 20:44:47 +00:00
PGDATABASE = "bonfire_db";
PGPASS = "password";
2022-07-03 17:51:31 +00:00
}