diff --git a/.env b/.env index 5fba0bc..bc7e872 100644 --- a/.env +++ b/.env @@ -12,4 +12,8 @@ PORT = 3000 TOKEN_SEED = seedAcatlan -TOKEN_EXP = 1d \ No newline at end of file +TOKEN_EXP = 1d + +EMAIL = censo@acatlan.unam.mx + +EMAILPASS = C3ns0-4cTln \ No newline at end of file diff --git a/server/.env.example b/server/.env.example new file mode 100644 index 0000000..ef18032 --- /dev/null +++ b/server/.env.example @@ -0,0 +1,19 @@ +TYPEDB = + +DB = + +USERDB = + +PASSDB = + +HOSTDB = + +PORT = + +TOKEN_SEED = + +TOKEN_EXP = + +EMAIL = + +EMAILPASS = \ No newline at end of file