File tree Expand file tree Collapse file tree 5 files changed +12
-4
lines changed
Expand file tree Collapse file tree 5 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 1- # IBM IoT
1+ # this is how to connect to the database.
22MARIADB_HOST =
33MARIADB_PORT =
44MARIADB_USERNAME =
Original file line number Diff line number Diff line change 88@app .route ('/' )
99def index ():
1010 return render_template ("index.html" )
11+ # this is me typing a comment in the application, it's weird that i have to do this.
12+ # this is me adding another comment trying to figure something out.
1113
1214
1315@app .route ("/healthz" )
1416def healthz ():
1517 resp = Response ("ok" )
1618 resp .headers ['Custom-Header' ] = 'Awesome'
19+ # this is awesome tying things
1720 return resp
1821
1922if __name__ == "__main__" :
Original file line number Diff line number Diff line change @@ -4,4 +4,5 @@ applications:
44 memory : 256M
55 instances : 1
66 port : 5000
7-
7+
8+ # this is me adding another comment.
Original file line number Diff line number Diff line change 11body , html {
22
33 margin : 0 ;
4-
4+
55 }
6-
6+
77 .image {
88 background-image : url ("../images/IBM_Microbites_MockSite_120820.png" )
99 /*background-image: url("../images/IBM_Error500_MockSite_120820.jpg");*/
Original file line number Diff line number Diff line change 3737SQLALCHEMY_DATABASE_URI = ("mysql+pymysql://" + os .getenv ('MARIADB_USERNAME' )
3838 + ":" + os .getenv ("MARIADB_PASSWORD" )
3939 + "@" + os .getenv ("MARIADB_HOST" )
40+ << < << << HEAD :util / MicroBites .py
4041 + ":" + str (os .getenv ("MARIADB_PORT" ))
42+ == == == =
43+ + ":3223"
44+ >> > >> >> 3 c39a836ed0520fb6a0385852f6f9cfacc316174 :util / MicroBytes .py
4145 + "/prometeo" )
4246
4347DB_ENGINE = sqlalchemy .MetaData (SQLALCHEMY_DATABASE_URI ).bind
You can’t perform that action at this time.
0 commit comments