22 lines
277 B
Plaintext
22 lines
277 B
Plaintext
# General
|
|
APP_ENV='development'
|
|
|
|
# HTTP server
|
|
HTTP_PORT=4200
|
|
HTTP_HOST='localhost:4200'
|
|
|
|
# gRPC server
|
|
GRPC_PORT=50059
|
|
GRPC_HOST='localhost'
|
|
|
|
# S3 Storage
|
|
S3_BUCKET=''
|
|
S3_REGION=''
|
|
S3_ENDPOINT=''
|
|
S3_ACCESS_KEY=''
|
|
S3_SECRET_KEY=''
|
|
S3_PUBLIC_URL=''
|
|
|
|
# Logging
|
|
LOG_LEVEL='debug'
|