mirror of
https://github.com/lorsanstand/Aether.git
synced 2026-06-19 12:05:16 +03:00
Add docker
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
COMPANY_NAME=AETHER
|
||||
|
||||
MODE=DEV
|
||||
LOG_LEVEL=DEBUG
|
||||
|
||||
BACKEND_HOST=localhost
|
||||
BACKEND_PORT=8080
|
||||
WORKERS=4
|
||||
FRONTEND_URL=http://localhost:5173
|
||||
|
||||
VITE_API_URL=/api/v1
|
||||
FRONTEND_PORT=3056
|
||||
|
||||
FIRST_SUPER_USER_EMAIL=admin@example.com
|
||||
FIRST_SUPER_USER_PASS=admin
|
||||
FIRST_SUPER_USER_USERNAME=admin
|
||||
|
||||
DB_HOST=localhost
|
||||
DB_PORT=5432
|
||||
DB_PASS=postgres
|
||||
DB_USER=postgres
|
||||
DB_NAME=Aether
|
||||
|
||||
REDIS_HOST=localhost
|
||||
REDIS_PORT=6379
|
||||
# REDIS_PASS=
|
||||
# REDIS_DB=
|
||||
|
||||
#CORS_HEADERS=["Content-Type", "Set-Cookie", "Access-Control-Allow-Headers", "Access-Control-Allow-Origin", "Authorization"]
|
||||
#CORS_ORIGINS=["http://localhost:3000"]
|
||||
#CORS_METHODS=["GET", "POST", "OPTIONS", "DELETE", "PATCH", "PUT"]
|
||||
|
||||
CORS_HEADERS=["Content-Type", "Set-Cookie", "Access-Control-Allow-Headers", "Access-Control-Allow-Origin", "Authorization"]
|
||||
CORS_ORIGINS=["http://localhost:5500", "http://localhost:5173", "http://localhost:8080", "http://127.0.0.1:8080", "null"]
|
||||
CORS_METHODS=["GET", "POST", "OPTIONS", "DELETE", "PATCH", "PUT"]
|
||||
|
||||
SECRET_KEY=sercretKey
|
||||
ALGORITHM=HS256
|
||||
|
||||
SMTP_SERVER=localhost
|
||||
SMTP_PORT=1025
|
||||
SMTP_EMAIL=noreply@cityvibe.ru
|
||||
SMTP_PASS=test
|
||||
|
||||
RMQ_HOST=localhost
|
||||
RMQ_USER=guest
|
||||
RMQ_PASS=guest
|
||||
RMQ_PORT=5672
|
||||
|
||||
S3_URL=http://192.168.31.190:9002
|
||||
S3_ACCESS_KEY_ID=lorsan
|
||||
S3_SECRET_ACCESS_KEY=Lorser2009!
|
||||
S3_BUCKET_NAME=aether
|
||||
Reference in New Issue
Block a user