🔧 PM2 설정 파일을 CommonJS 형식으로 수정
Some checks failed
🚀 Deploy - Demo / deployment (push) Has been cancelled

This commit is contained in:
2025-10-01 02:15:50 +09:00
parent 0792e5d2bc
commit dc41178541
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
export default {
module.exports = {
apps: [
{
name: "music-admin",
@@ -12,8 +12,8 @@ export default {
NODE_ENV: "production",
PORT: 3000,
DATABASE_URL:
"postgresql://username:password@localhost:5432/music_admin?schema=public",
JWT_SECRET: "your-jwt-secret-key-here",
"postgresql://musicuser:Tjqjqhdks$321@localhost:5432/musicdb",
JWT_SECRET: "vTEq9OTvIFs3ZbDaszLRL/ZiAEXziemX1Wh1GIeb+DI=",
},
error_file: "/var/log/music-admin-error.log",
out_file: "/var/log/music-admin-out.log",

View File

@@ -1,4 +1,4 @@
export default {
module.exports = {
apps: [
{
name: "music-admin-webhook",