# User tokens
ACCESS_TOKEN_SECRET=your_access_secret_key
REFRESH_TOKEN_SECRET=your_refresh_secret_key

# Admin tokens
ADMIN_ACCESS_TOKEN_SECRET=your_admin_access_secret
ADMIN_REFRESH_TOKEN_SECRET=your_admin_refresh_secret

GOOGLE_CLIENT_ID=YOUR_GOOGLE_CLIENT_ID_HERE
PRE_SIGNUP_SECRET=your_pre_signup_secret
EMAIL_USER=sudharsans.sts@gmail.com
EMAIL_PASS=smmj lyvr wyaw jnzt

# Razorpay Configuration
RAZORPAY_KEY_ID=rzp_test_RS2XBkHT5ogDQ5
RAZORPAY_KEY_SECRET=Khi1Ox5Ig03wphOUnG8iNT0e

# # for mysql
# DB_HOST=localhost
# DB_USER=root
# DB_PASSWORD=
# DB_NAME=machivent
# DB_DIALECT=mysql
# DB_PORT=3306

# for postgres
# DB_HOST=localhost
# DB_USER=postgres
# DB_PASSWORD=6502
# DB_NAME=machivent
# DB_DIALECT=postgres
# DB_PORT=5432

# # prod
# DB_HOST=localhost
# DB_USER=machinvent_new_user
# DB_PASSWORD=machinvent007
# DB_NAME=machinvent_machinvent_db
# DB_DIALECT=postgres
# DB_PORT=5432