Skip to content

Commit 89464f0

Browse files
gitignore
1 parent 216d463 commit 89464f0

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

.env.development

+11-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
VITE_BASE_URL=http://localhost:80005
1+
VITE_BASE_URL=http://localhost:80005
2+
3+
DATABASE_NAME=
4+
DATABASE_USER=
5+
DATABASE_PASSWORD=
6+
DATABASE_HOST=
7+
DATABASE_PORT=
8+
9+
OPENAI_API_KEY=
10+
11+
APP_KEY=

.env.production

+10
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
11
VITE_BASE_URL=http://localhost:8005
2+
3+
DATABASE_NAME=
4+
DATABASE_USER=
5+
DATABASE_PASSWORD=
6+
DATABASE_HOST=
7+
DATABASE_PORT=
8+
9+
OPENAI_API_KEY=
10+
11+
APP_KEY=

0 commit comments

Comments
 (0)