Ready for deployment testing

This commit is contained in:
2021-03-07 08:29:01 +11:00
parent aff6a06c5a
commit 6283185db8
5 changed files with 160 additions and 7 deletions
+4
View File
@@ -0,0 +1,4 @@
#use this while debugging
CREATE DATABASE IF NOT EXISTS auth;
CREATE USER IF NOT EXISTS 'auth'@'%' IDENTIFIED BY 'venusaur';
GRANT ALL PRIVILEGES ON auth.* TO 'auth'@'%';