Skip to content

Commit

Permalink
Merge branch 'master' into SKIL-202
Browse files Browse the repository at this point in the history
  • Loading branch information
sah0017 authored Nov 22, 2024
2 parents e22ad4c + 9a95796 commit 9670b32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion BackEndFlask/env/.env.production
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# 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

MYSQL_HOST = 'skillbuilder-db.c1db7ief4oer.us-east-2.rds.amazonaws.com:3306'
MYSQL_PASSWORD = 'ThisReallyNeedsToBeASecret1!'
MYSQL_USER = 'rubricapp_admin'
MYSQL_DATABASE = 'rubricapp'
WIN_LIN = 'mysql+pymysql://rubricapp_admin:${MYSQL_PASSWORD}@rubricapp-db.c1db7ief4oer.us-east-2.rds.amazonaws.com:3306/rubricapp'
MAC = 'mysql+pymysql://rubricapp_admin:${MYSQL_PASSWORD}@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 9670b32

Please sign in to comment.