Checking authentication on the backend

This commit is contained in:
2024-08-19 21:39:36 +02:00
parent a9ab175407
commit 7ef68d030b
5 changed files with 38 additions and 2 deletions

View File

@ -1,5 +1,5 @@
STRIPE_SECRET=$(shell sed '2q;d' cred.txt)
STRIPE_KEY=$(shell sed '2q;d' cred.txt)
STRIPE_KEY=$(shell sed '1q;d' cred.txt)
GOSTRIPE_PORT=4000
API_PORT=4001
DSN=vinchent:secret@tcp(localhost:3306)/widgets?parseTime=true&tls=false