Initial commit: crypto_key API key manager with PM2 and Ubuntu deploy docs
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
# PM2 停止脚本 (Linux / macOS)
|
||||
|
||||
set -e
|
||||
pm2 stop api-key-manager
|
||||
echo "已停止 api-key-manager"
|
||||
Reference in New Issue
Block a user