first commit

This commit is contained in:
Beyhan Oğur
2026-04-26 22:31:06 +03:00
commit 6e06119135
30 changed files with 1232 additions and 0 deletions

11
.env.example Normal file
View File

@@ -0,0 +1,11 @@
DATABASE_URL=postgresql://cloud:gg7678290@212.64.215.243:5432/rustapi
SECRET_KEY=some_long_random_value
ACCESS_TOKEN_EXPIRE_MINUTES=15
REFRESH_TOKEN_EXPIRE_DAYS=30
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
OAUTH_REDIRECT_BASE=http://localhost:3000
SERVER_HOST=127.0.0.1
SERVER_PORT=3000