Skip to content

Commit

Permalink
resolved bug in config.org
Browse files Browse the repository at this point in the history
  • Loading branch information
madhavipuliraju committed Oct 30, 2017
1 parent 4d9af08 commit a0a3db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/config/config.org
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This holds the application's configuration parameters.
# example DB URI:
# mysql+oursql://scott:tiger@localhost/mydatabase
# postgresql+psycopg2://scott:tiger@localhost/mydatabase
SQLALCHEMY_DATABASE_URI = 'mysql+oursql://root:root@localhost/lds>'
SQLALCHEMY_DATABASE_URI = 'mysql+oursql://<userid>:<password>@<servername>/<db_name>'
# example
# SQLALCHEMY_DATABASE_URI = 'mysql+oursql://root:root@localhost/lds'

Expand Down

0 comments on commit a0a3db3

Please sign in to comment.