~ubuntu-branches/ubuntu/quantal/zeroc-ice/quantal

« back to all changes in this revision

Viewing changes to cpp/demo/IceGrid/icebox/config.grid

  • Committer: Bazaar Package Importer
  • Author(s): Cleto Martin Angelina
  • Date: 2011-04-25 18:44:24 UTC
  • mfrom: (6.1.14 sid)
  • Revision ID: james.westby@ubuntu.com-20110425184424-sep9i9euu434vq4c
Tags: 3.4.1-7
* Bug fix: "libdb5.1-java.jar was renamed to db.jar", thanks to Ondřej
  Surý (Closes: #623555).
* Bug fix: "causes noise in php5", thanks to Jayen Ashar (Closes:
  #623533).

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
IceGrid.Registry.AdminSSLPermissionsVerifier=DemoIceGrid/NullSSLPermissionsVerifier
28
28
 
29
29
#
 
30
# IceGrid SQL configuration if using SQL database.
 
31
#
 
32
#Ice.Plugin.DB=IceGridSqlDB:createSqlDB
 
33
#IceGrid.SQL.DatabaseType=QSQLITE
 
34
 
 
35
#
30
36
# IceGrid node configuration.
31
37
#
32
 
IceGrid.Node.Name=localhost
 
38
IceGrid.Node.Name=node1
33
39
IceGrid.Node.Endpoints=default
34
40
IceGrid.Node.Data=db/node
35
41
IceGrid.Node.CollocateRegistry=1