Skip to content

Commit

Permalink
added .env.sample
Browse files Browse the repository at this point in the history
  • Loading branch information
ddryzhov committed Aug 8, 2024
1 parent 7c518f2 commit 74ee4a1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 18 additions & 0 deletions .env.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
MYSQLDB_USER=root
MYSQLDB_ROOT_PASSWORD=Danil2704@
MYSQLDB_DATABASE=task_management
MYSQLDB_LOCAL_PORT=3308
MYSQLDB_DOCKER_PORT=3306

SPRING_LOCAL_PORT=8089
SPRING_DOCKER_PORT=8080
DEBUG_PORT=5005

JWT_EXPIRATION=300000
JWT_SECRET=secretdbookdlineonvfcpwepovjpowevjcwopejhvc9

DROPBOX_ACCESS_TOKEN=sl.B6nd-C1EHcU5_luOTAlofoR4invWndkHRormIlqSuphBT6ytPNEq5g6fm3l435ORP00eW5nKLdDTBZ-sLkSrO40jf2T5OlMlPYmQTAFqDxELKSG2sgE1UVzv2xIxrAWhyvF-gCPoVJMRB_wZCGB5iYc

SPRING_MAIL_PORT=587
SPRING_MAIL_USERNAME=[email protected]
SPRING_MAIL_PASSWORD=gweeyavnuljuvqde
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,3 @@ build/

### VS Code ###
.vscode/

.env

0 comments on commit 74ee4a1

Please sign in to comment.