Stripe checkout: products created, signup flow with plan selection, API endpoints

This commit is contained in:
2026-04-13 20:29:08 +02:00
parent ce79bdb43a
commit da059c081e
4 changed files with 235 additions and 60 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ module.exports = {
script: '/var/www/autojobs/backend/start_server.py',
interpreter: 'python3',
env: {
DB_PATH: '/var/www/autojobs/autojobs.db'
DB_PATH: '/var/www/autojobs/autojobs.db',
STRIPE_SECRET_KEY: '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'
},
autorestart: true,
watch: false,