This commit removes DATABASE_URL variable in favour of a fixed name.
The project won’t panic anymore if this variable isn’t set. This
removes the need for dotenvy.
It also adds the necessary files to dockerize the application.
Update instructions in README on how to run the project.
Add possibility to compile the project without a database available.
This commit removes DATABASE_URL variable in favour of a fixed name.
The project won’t panic anymore if this variable isn’t set. This
removes the need for dotenvy.
It also adds the necessary files to dockerize the application.
Update instructions in README on how to run the project.
Add possibility to compile the project without a database available.
Closes #8
This commit removes DATABASE_URL variable in favour of a fixed name.
The project won’t panic anymore if this variable isn’t set. This
removes the need for dotenvy.
It also adds the necessary files to dockerize the application.
Update instructions in README on how to run the project.
Add possibility to compile the project without a database available.
Closes#8
phundrak
merged commit d17252b338 into develop2024-01-18 02:51:55 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This commit removes DATABASE_URL variable in favour of a fixed name.
The project won’t panic anymore if this variable isn’t set. This
removes the need for dotenvy.
It also adds the necessary files to dockerize the application.
Update instructions in README on how to run the project.
Add possibility to compile the project without a database available.
Closes #8