add server url

This commit is contained in:
tolu-paystack
2023-03-30 10:00:06 -05:00
parent ced02740bb
commit cfe94fc0b5
3 changed files with 5 additions and 3 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
STATIC_DIR='./client'
PAYSTACK_SECRET_KEY=
PORT='5000'
PORT='5000'
SERVER_URL='http://localhost:5000'