diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..b4f4fab --- /dev/null +++ b/.env.example @@ -0,0 +1,11 @@ +# MySQL Database Credentials +# IMPORTANT: Copy this file to .env and change the values before deploying! +# cp .env.example .env + +# MySQL Root Password +# Use a strong password with at least 16 characters including uppercase, lowercase, numbers, and special characters +MYSQL_ROOT_PASSWORD=your-strong-root-password-here + +# MySQL User Password +# Use a strong password with at least 16 characters including uppercase, lowercase, numbers, and special characters +MYSQL_USER_PASSWORD=your-strong-user-password-here diff --git a/.idea/compiler.xml b/.idea/compiler.xml index b86d291..3fa761a 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -2,6 +2,7 @@ + @@ -10,6 +11,7 @@ + diff --git a/.idea/gradle.xml b/.idea/gradle.xml index ecd3826..402d571 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -1,17 +1,18 @@ +