Skip to content

Commit

Permalink
Update .env.production
Browse files Browse the repository at this point in the history
  • Loading branch information
sah0017 authored Nov 22, 2024
1 parent 1a1a1c4 commit 9a95796
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions BackEndFlask/env/.env.production
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Contains the variables for production enviroment which uses mysql
# while the same the urls are meant to override incorrect connection paths meant to serve as examples
DONT_LOOK = 'Thisissupposedtobesecret!2'
WIN_LIN = 'mysql+pymysql://sbadmin_tester:sb_test1@skillbuilder-db.c1db7ief4oer.us-east-2.rds.amazonaws.com:3306/skillbuilder-db'
MAC = 'mysql+pymysql://sbadmin_tester:sb_test1@skillbuilder-db.c1db7ief4oer.us-east-2.rds.amazonaws.com:3306/skillbuilder-db'
DONT_LOOK = 'ThisReallyNeedsToBeASecret1!'
WIN_LIN = 'mysql+pymysql://rubricapp_admin:${DONT_LOOK}@rubricapp-db.c1db7ief4oer.us-east-2.rds.amazonaws.com:3306/rubricapp'
MAC = 'mysql+pymysql://rubricapp_admin:${DONT_LOOK}@rubricapp-db.c1db7ief4oer.us-east-2.rds.amazonaws.com:3306/rubricapp'

#-----------------------------------------------------------------------------#
# Final urls should look like the following for when we move to the server #
# WIN_LIN = 'mysql+pymysql://user:password@127.0.0.1:3306/name_of_data_base' #
# copy the same for mac to ensure everything is properly overwritten #
#-----------------------------------------------------------------------------#
#-----------------------------------------------------------------------------#

0 comments on commit 9a95796

Please sign in to comment.