This commit is contained in:
2025-04-30 13:09:37 -06:00
parent dc7e9c4313
commit 64cf1635ef
20 changed files with 1490 additions and 3 deletions

15
variables/_app.sh Normal file
View File

@@ -0,0 +1,15 @@
#!/bin/bash
#
# Variables to be used for background styling.
# app variables
jwt_secret=$(openssl rand -base64 32)
jwt_refresh_secret=$(openssl rand -base64 32)
db_pass=$(openssl rand -base64 32)
db_user=$(openssl rand -base64 32)
db_name=$(openssl rand -base64 32)
deploy_email=deploy@deploy.com