initial gitea commit

This commit is contained in:
Lucas Jensen
2024-06-26 19:19:20 -07:00
commit e830445d02
47 changed files with 10936 additions and 0 deletions

12
server/.env.example Normal file
View File

@@ -0,0 +1,12 @@
DB_USER=username
DB_PASS=password
DB_NAME=portfolio
DB_HOST=localhost
AUTH0_DOMAIN=domain.auth0.com
AUTH0_API_AUDIENCE=https://audience.auth0.com/api/v2/
AUTH0_ISSUER=https://issuer.auth0.com/
AUTH0_ALGORITHMS=RS256
CLIENT_SECRET=secret
CLIENT_ID=id