feat: add .env.example for all
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
# FRP Server Version
|
||||
FRPS_VERSION=0.64.0
|
||||
|
||||
# FRP server configuration
|
||||
FRP_SERVER_TOKEN=your_token_here
|
||||
FRP_SERVER_PORT=9870
|
||||
FRP_ADMIN_PORT=7890
|
||||
|
||||
# Admin credentials
|
||||
FRP_ADMIN_USER=admin
|
||||
FRP_ADMIN_PASS=password
|
||||
|
||||
# Port overrides
|
||||
FRP_PORT_OVERRIDE_SERVER=9870
|
||||
FRP_PORT_OVERRIDE_ADMIN=7890
|
||||
|
||||
Reference in New Issue
Block a user