Tying form in with PHP

This commit is contained in:
Chris Smith
2019-03-04 13:39:34 -06:00
parent 8a6093e263
commit 7e2bbdc297
4 changed files with 82 additions and 12 deletions

6
src/.env.example Normal file
View File

@@ -0,0 +1,6 @@
EVENT_TICKET_PRICE="55"
ENHANCER_TICKET_PRICE="20"
DB_HOST="localhost"
DB_USER="root"
DB_PASS="root"
POSTMARK_API_KEY="special"