diff --git a/.env b/.env index a9992747..3c2e57ff 100644 --- a/.env +++ b/.env @@ -1,14 +1,16 @@ -#SECRETS +# SECRETS SECRET=REPLACE_ME SALT=1234567890123456 VAULT_PWD=REPLACE_ME -#MONGO +# MONGO DB_HOST=mongo DB_NAME=ssm DB_PORT=27017 -#REDIS +# REDIS REDIS_HOST=redis REDIS_PORT=6379 -#SSM CONFIG +# SSM CONFIG #SSM_INSTALL_PATH=/opt/squirrelserversmanager -#SSM_DATA_PATH=/data \ No newline at end of file +#SSM_DATA_PATH=/data +# TELEMETRY +TELEMETRY_ENABLED=true \ No newline at end of file diff --git a/.env.dev b/.env.dev index a9992747..a6c06db5 100644 --- a/.env.dev +++ b/.env.dev @@ -1,14 +1,16 @@ -#SECRETS +# SECRETS SECRET=REPLACE_ME SALT=1234567890123456 VAULT_PWD=REPLACE_ME -#MONGO +# MONGO DB_HOST=mongo DB_NAME=ssm DB_PORT=27017 #REDIS REDIS_HOST=redis REDIS_PORT=6379 -#SSM CONFIG +# SSM CONFIG #SSM_INSTALL_PATH=/opt/squirrelserversmanager -#SSM_DATA_PATH=/data \ No newline at end of file +#SSM_DATA_PATH=/data +# TELEMETRY +TELEMETRY_ENABLED=true \ No newline at end of file diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 1375ec54..2200d192 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -24,6 +24,10 @@