🔧 PM2 설정 파일을 CommonJS 형식으로 수정
Some checks failed
🚀 Deploy - Demo / deployment (push) Has been cancelled
Some checks failed
🚀 Deploy - Demo / deployment (push) Has been cancelled
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
export default {
|
||||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: "music-admin-webhook",
|
||||
|
||||
Reference in New Issue
Block a user