Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
yukisuwabe committed Sep 6, 2024
1 parent 7926227 commit 4eb310c
Show file tree
Hide file tree
Showing 4 changed files with 3,700 additions and 11 deletions.
16 changes: 8 additions & 8 deletions .env
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 'dev' or 'production'
NODE_ENV= 'dev'
NODE_ENV= 'production'

# Connection string URI for your MongoDB database
DATABASE=''
DATABASE='mongodb://richardshkim04:[email protected]:27017,ac-o2q36q2-shard-00-01.81yclus.mongodb.net:27017,ac-o2q36q2-shard-00-02.81yclus.mongodb.net:27017/?ssl=true&replicaSet=atlas-r5o0wl-shard-0&authSource=admin&retryWrites=true&w=majority'

# Port that this app runs on
PORT='3000'
Expand All @@ -18,16 +18,16 @@ ADMIN_EMAIL='[email protected]'
ADMIN_PASS='party'

# Used to send verification, registration, and confirmation emails
EMAIL_CONTACT='Hackathon Team <[email protected]>'
EMAIL_HOST='smtp.gmail.com'
EMAIL_USER='[email protected]'
EMAIL_PASS='password'
EMAIL_PORT='465'
EMAIL_CONTACT='BigRed//Hacks <[email protected]>'
EMAIL_HOST='smtp.mailgun.org'
EMAIL_USER='[email protected]'
EMAIL_PASS='adb9729b85bec3cbae990652ea42d6ef-c76388c3-37710276'
EMAIL_PORT='587'
EMAIL_HEADER_IMAGE='https://s3.amazonaws.com/hackmit-assets/Banner_600.jpg'

# Information linked at the bottom of emails
EMAIL_ADDRESS='[email protected]'
HACKATHON_NAME='Hackathon'
HACKATHON_NAME='BigRed//Hacks'
TWITTER_HANDLE='hackathon'
FACEBOOK_HANDLE='hackathon'

Expand Down
4 changes: 2 additions & 2 deletions app/client/views/application/application.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<div class="divided title">Note On BigRed//Hacks 2023</div>
<p>
<strong>
Please note that BigRed//Hacks will be a fully in-person event this year.
Please note that BigRed//Hacks will be a fully in-person event this year.
BigRed//Hacks will be taking place from September 22nd to 24th. Learn more about the hackathon at
https://bigredhacks.com. Registration for BigRed//Hacks will close on 9/12 at 11:59pm!
</strong>
Expand Down Expand Up @@ -76,7 +76,7 @@
<div class="field">
<label> Minor (Optional) </label>
<input type="text" name="minor" placeholder="Computer Science, Product Design, Basket Weaving, etc."
ng-model="user.profile.major">
ng-model="user.profile.minor">
</div>

<div class="field">
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"dotenv": "^6.2.0",
"email-templates": "^5.1.0",
"express": "^4.17.1",
"gulp": "^3.9.1",
"gulp-buffer": "0.0.2",
"gulp-tap": "^1.0.1",
"jquery": "^3.5.1",
Expand Down Expand Up @@ -64,4 +65,4 @@
"engines": {
"node": "10.17.0"
}
}
}
Loading

0 comments on commit 4eb310c

Please sign in to comment.