init
This commit is contained in:
14
server/.env.example
Normal file
14
server/.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
PORT=3000
|
||||
DATABASE_URL="file:./dev.db"
|
||||
DOWNLOAD_TICKET_TTL_SEC=120
|
||||
|
||||
JWT_ACCESS_SECRET=change_this_access_secret
|
||||
JWT_REFRESH_SECRET=change_this_refresh_secret
|
||||
JWT_ACCESS_EXPIRES_IN=2h
|
||||
JWT_REFRESH_EXPIRES_IN=7d
|
||||
|
||||
GITLAB_BASE_URL=
|
||||
GITLAB_API_BASE=
|
||||
GITLAB_PROJECT_ID=
|
||||
GITLAB_TOKEN=
|
||||
GITLAB_PACKAGE_NAME_PREFIX=toolsshow
|
||||
Reference in New Issue
Block a user