fix: update koneksi database ke localhost dan perbaiki path URL

This commit is contained in:
2026-06-13 17:52:10 +07:00
parent 534d2d926d
commit a1818ace30
9 changed files with 24 additions and 24 deletions
+14
View File
@@ -0,0 +1,14 @@
[providers]
type = "php"
[phases.setup]
nixPkgs = ["php", "php82Extensions.mysqli", "php82Extensions.pdo", "php82Extensions.pdo_mysql"]
[phases.build]
cmds = []
[phases.install]
cmds = []
[start]
cmd = "php-fpm -D && nginx -g 'daemon off;'"