Skip to content

Commit 44e8915

Browse files
author
fabio.maffioletti
committed
added appfog profile
1 parent f25b776 commit 44e8915

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

jsondoc-sample-springmvc/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
<base.path>http://jsondoc-fabiomaffioletti.dotcloud.com/api</base.path>
2323
</properties>
2424
</profile>
25+
<profile>
26+
<id>appfog</id>
27+
<properties>
28+
<base.path>http://jsondoc.eu01.aws.af.cm/api</base.path>
29+
</properties>
30+
</profile>
2531
</profiles>
2632

2733
<repositories>

jsondoc-sample-springmvc/src/main/webapp/jsondoc.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ ol.linenums li {
9999
<div class="container-fluid">
100100
<a class="brand" href="#">JSONDoc</a>
101101
<form class="navbar-form pull-left">
102-
<input id="jsondocfetch" class="span5" type="text" placeholder="Insert here the JSONDoc URL" value="http://jsondoc-fabiomaffioletti.dotcloud.com/api/jsondoc" autocomplete="off" />
102+
<input id="jsondocfetch" class="span5" type="text" placeholder="Insert here the JSONDoc URL" value="http://jsondoc.eu01.aws.af.cm/api/jsondoc" autocomplete="off" />
103103
<button id="getDocButton" class="btn">Get documentation</button>
104104
</form>
105105
</div>

0 commit comments

Comments
 (0)