first commit
This commit is contained in:
50
.env
Normal file
50
.env
Normal file
@@ -0,0 +1,50 @@
|
||||
# Application Port Configuration
|
||||
PORT=8080
|
||||
#########################
|
||||
# PostgreSQL Configuration
|
||||
DB_URL=host=10.80.80.70 user=cloud password=gg7678290 dbname=go_api port=5432 sslmode=disable TimeZone=Europe/Istanbul
|
||||
DB_USER=cloud
|
||||
DB_PASSWORD=gg7678290
|
||||
DB_NAME=go_api
|
||||
DB_PORT=5432
|
||||
DB_HOST=10.80.80.70
|
||||
##########################
|
||||
# Redis Configuration
|
||||
REDIS_HOST=10.80.80.70
|
||||
REDIS_PORT=6379
|
||||
REDIS_USER=default
|
||||
REDIS_PASSWORD=gg7678290
|
||||
REDIS_URL=redis://default:gg7678290@10.80.80.70:6379/0
|
||||
###########################
|
||||
# JWT Secret
|
||||
JWT_SECRET=super_secret_jwt_key
|
||||
###########################
|
||||
# Application URL
|
||||
APP_URL=http://localhost:8080
|
||||
###########################
|
||||
# OAuth - Google
|
||||
GOOGLE_CLIENT_ID=915364976256-691m0s87as2r5vdbqr96f6humblseobt.apps.googleusercontent.com
|
||||
GOOGLE_CLIENT_SECRET=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
|
||||
################################
|
||||
# OAuth - GitHub
|
||||
GITHUB_CLIENT_ID=Ov23liUt9B61O46Mdfm4
|
||||
GITHUB_CLIENT_SECRET=c7fc8dcb1b2c8f22120608425d07d5efd995baaf
|
||||
################################
|
||||
# OAuth Callback URL
|
||||
CLIENT_CALLBACK_URL=http://localhost:8080/api/v1/auth
|
||||
################################
|
||||
AVATAR_H=150
|
||||
AVATAR_W=150
|
||||
AVATAR_Q=90
|
||||
AVATAR_B=cover
|
||||
AVATAR_F=webp
|
||||
################################
|
||||
# Email Settings (Mailpit)
|
||||
EMAIL_HOST=212.64.215.243
|
||||
EMAIL_PORT=1025
|
||||
EMAIL_HOST_USER=""
|
||||
EMAIL_HOST_PASSWORD=""
|
||||
EMAIL_USE_TLS=false
|
||||
EMAIL_USE_SSL=false
|
||||
EMAIL_FROM=noreply@gauth.local
|
||||
################################
|
||||
Reference in New Issue
Block a user