❗env file
# rabbitMQ
RABBITMQ_ID = {your_id}
RABBITMQ_PWD = {your_password}
RABBITMQ_HOST = {your_host} || localhost
RABBITMQ_PORT = {your_rabbitmq_port} || 5672
# Google Drive
GOOGLE_APPLICATION_CREDENTIALS={filepath of service_account.json}
# DB(MySql)
DB_HOST = {your_db_host}
DB_USER = {your_db_userName}
DB_PW = {your_db_password}
DB_NAME = {your_db_name}