initial gitea commit
This commit is contained in:
12
server/.env.example
Normal file
12
server/.env.example
Normal 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
|
||||
Reference in New Issue
Block a user