diff --git a/.gitignore b/.gitignore index b563fd7..5751de6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ .idea -test.env .vscode \ No newline at end of file diff --git a/test.env b/test.env new file mode 100644 index 0000000..83ebd06 --- /dev/null +++ b/test.env @@ -0,0 +1,19 @@ +TELEGRAM_TOKEN=6712573453:AAFbioUuXf0Te73MUCqa0_h09qEQ1iQREas +TELEGRAM_CHANNEL_ID=542073142 +HTTP_ADDRESS=0.0.0.0:8080 +MONGO_HOST=localhost +MONGO_PORT=27020 +MONGO_USER=test +MONGO_PASSWORD=test +MONGO_AUTH=admin +MONGO_DATABASE_NAME=admin +S3_ENDPOINT=localhost:9005 +S3_ACCESS_KEY_ID=admin +S3_SECRET_KEY=admin123 +CUSTOMER_SVC_ADDRESS=localhost:9003 +STAGING_URL=https://sadmin.pena +S3_FOLDER=videodata +S3_FILE_URL=http://localhost:9005/videodata +CUSTOMER_RPC_HOST=localhost:9003 +TRASH_LOG_HOST=localhost:7113 +MODULE_LOGGER=verify-local