Files
proxy-platform/scripts/init.sql
T

32 lines
557 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
#
# .env
#
DB_HOST=localhost
DB_PORT=5432
DB_USER=postgres
DB_PASSWORD=postgres
DB_NAME=proxy_platform
# Redis
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_PASSWORD=
REDIS_DB=0
#
SERVER_HOST=0.0.0.0
SERVER_PORT=8080
SOCKS5_HOST=0.0.0.0
SOCKS5_PORT=1080
#
LOG_LEVEL=info
LOG_OUTPUT=stdout
# JWT Token
JWT_SECRET=your-jwt-secret-key-change-this-in-production
#
ADMIN_USERNAME=admin
ADMIN_PASSWORD=admin123