File tree Expand file tree Collapse file tree 3 files changed +17
-27
lines changed Expand file tree Collapse file tree 3 files changed +17
-27
lines changed Original file line number Diff line number Diff line change
1
+ # /-------------------[DOTENV_PUBLIC_KEY]--------------------/
2
+ # / public-key encryption for .env files /
3
+ # / [how it works](https://dotenvx.com/encryption) /
4
+ # /----------------------------------------------------------/
5
+ DOTENV_PUBLIC_KEY = " 02a33b6ab1419fbdce5ad6180a93970b61a1d26b5728554d35186700826d141f32"
6
+
7
+ # .env
8
+ TEST = " encrypted:BBxrOwjcIzO7p0ysNaUGZbAWKuyaDSWcQhz9teqOZKiLori+aHi4741eB81O/qOWW24wRPbTAgluP2Pgeoo9FsETvDsB0+nbvJMewGgE1NnPVBpSom/sPO9gTQDyAytamzjig21G"
9
+ # Generate a random secret: https://generate-secret.vercel.app/32 or `openssl rand -base64 32`
10
+ AUTH_SECRET = " encrypted:BDJgQJbwZBGGIrsj17zrQnK4LtwzUYGGrd6gFQlRI6QU3rXB6r/QZuC6J6Xg4Mrnx4sQf9xZLsHz4uVnHpMbVPuurYxwiK+DEiqSO+pua6usKdezLcKQ2quiYkp14knbC5z117F2+ARhILc7UAtv7uPLfEduT9eIzjdxkAb7Mk4ZnX9D8who75HjtXr+"
11
+ # Google Vertex AI
12
+ # see: https://sdk.vercel.ai/providers/ai-sdk-providers/google-vertex
13
+ GOOGLE_VERTEX_PROJECT = " advena-dev"
14
+ GOOGLE_VERTEX_LOCATION = " us-central1"
15
+ POSTGRES_URL = " postgresql://postgres:your_password@localhost:5432/your_database"
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -23,23 +23,15 @@ yarn-debug.log*
23
23
yarn-error.log *
24
24
.pnpm-debug.log *
25
25
26
- # local env files
27
- .env.local
28
- .env.development.local
29
- .env.test.local
30
- .env.production.local
26
+ # dotenvx
27
+ .env.keys
31
28
32
29
# turbo
33
30
.turbo
34
31
35
- .env
36
32
.vercel
37
33
.vscode
38
- .env * .local
39
34
40
35
# typescript
41
36
* .tsbuildinfo
42
37
next-env.d.ts
43
-
44
- # dotenvx
45
- .env.keys
You can’t perform that action at this time.
0 commit comments