Skip to content

Commit 336efbb

Browse files
author
remi Taylor
committed
Remove unused doc regions for Flex Cloud SQL
1 parent 99dcd8a commit 336efbb

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

appengine/cloudsql/app.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@
1717
require "sinatra"
1818
require "sequel"
1919

20-
# [START connect]
2120
DB = Sequel.mysql2 user: ENV["MYSQL_USER"],
2221
password: ENV["MYSQL_PASSWORD"],
2322
database: ENV["MYSQL_DATABASE"],
2423
socket: ENV["MYSQL_SOCKET_PATH"]
25-
# [END connect]
2624

2725
get "/" do
2826
# Store a hash of the visitor's ip address

appengine/cloudsql/create_tables.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# [START all]
1615
require "sequel"
1716

1817
DB = Sequel.mysql2 user: ENV["MYSQL_USER"],
@@ -25,4 +24,3 @@
2524
String :user_ip
2625
Time :timestamp
2726
end
28-
# [END all]

0 commit comments

Comments
 (0)