Skip to content

Commit

Permalink
fix: add insecure to the example environment file
Browse files Browse the repository at this point in the history
  • Loading branch information
khodedawsh authored Mar 15, 2024
1 parent 7d172f8 commit 5dc7a71
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# SERVICE_ADDRESS=0.0.0.0
# SERVICE_PORT=53042
#SERVICE_ADDRESS=0.0.0.0
#SERVICE_PORT=53042
#INSECURE=False

# XRAY_EXECUTABLE_PATH=/usr/bin/xray
# XRAY_ASSETS_PATH=/usr/share/xray
# XRAY_CONFIG_PATH=/etc/xray/xray_config.json
#XRAY_EXECUTABLE_PATH=/usr/bin/xray
#XRAY_ASSETS_PATH=/usr/share/xray
#XRAY_CONFIG_PATH=/etc/xray/xray_config.json

# SSL_KEY_FILE=./server.key
# SSL_CERT_FILE=./server.cert
# SSL_CLIENT_CERT_FILE=./client.cert
#SSL_KEY_FILE=./server.key
#SSL_CERT_FILE=./server.cert
#SSL_CLIENT_CERT_FILE=./client.cert

# DEBUG=TRUE
#DEBUG=True

0 comments on commit 5dc7a71

Please sign in to comment.