20 lines
563 B
Desktop File
20 lines
563 B
Desktop File
|
|
[Unit]
|
||
|
|
Description=quiXzoom Frilans Payout Server
|
||
|
|
After=network.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=simple
|
||
|
|
User=bernt
|
||
|
|
WorkingDirectory=/opt/amos/services/frilans-payout
|
||
|
|
ExecStart=/usr/bin/node index.mjs
|
||
|
|
Restart=always
|
||
|
|
RestartSec=10
|
||
|
|
Environment=NODE_ENV=production
|
||
|
|
Environment=PORT=3450
|
||
|
|
Environment=LOG_LEVEL=info
|
||
|
|
Environment=DATABASE_URL=postgresql://wavult_admin:EgoVVPQuVSioCiMgJWmMoVvnjgiJPaD6hPR8xkZo@wavult-identity-core.cvi0qcksmsfj.eu-north-1.rds.amazonaws.com:5432/wavult_identity
|
||
|
|
Environment=CORS_ORIGIN=https://app.quixzoom.com
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|