refactor a lot of things
fix: postgres_passwords could be longer feat: able to define postgresql databases from the ui
This commit is contained in:
@@ -174,7 +174,7 @@ Route::post('/source/github/events', function () {
|
||||
}
|
||||
});
|
||||
|
||||
if (isCloud()) {
|
||||
if (is_cloud()) {
|
||||
Route::post('/payments/events', function () {
|
||||
try {
|
||||
$secret = config('coolify.lemon_squeezy_webhook_secret');
|
||||
|
||||
Reference in New Issue
Block a user