[groups.xml,sqlgrey.conf] Maintenant ovh utilise sa db locale
darcs-hash:20090423150335-ddb99-4a34f53861dbcfa27bda339b75f400a1cd6dadb0.gz
This commit is contained in:
parent
10c9da3e34
commit
e792111b02
2 changed files with 7 additions and 1 deletions
|
@ -113,6 +113,8 @@
|
||||||
<Group name="mail-mx-secondary"/>
|
<Group name="mail-mx-secondary"/>
|
||||||
<Group name="dns-secondary-no-forward"/>
|
<Group name="dns-secondary-no-forward"/>
|
||||||
<Group name="external"/>
|
<Group name="external"/>
|
||||||
|
<Group name="pgsql-server"/>
|
||||||
|
<Group name="sqlgrey-localdb"/>
|
||||||
</Group>
|
</Group>
|
||||||
|
|
||||||
<Group name="fx"
|
<Group name="fx"
|
||||||
|
@ -268,6 +270,7 @@
|
||||||
<Group name="domu"/>
|
<Group name="domu"/>
|
||||||
<Group name="adm-only"/>
|
<Group name="adm-only"/>
|
||||||
<Group name="pgsql-server"/>
|
<Group name="pgsql-server"/>
|
||||||
|
<Group name="sqlgrey-localdb"/>
|
||||||
</Group>
|
</Group>
|
||||||
|
|
||||||
<Group name="redisdead"
|
<Group name="redisdead"
|
||||||
|
|
|
@ -133,7 +133,10 @@ header()
|
||||||
@# Note: the following are not used with SQLite
|
@# Note: the following are not used with SQLite
|
||||||
@# On laisse pgsql meme pour ovh, sqlgrey sait detecter s'il perd le
|
@# On laisse pgsql meme pour ovh, sqlgrey sait detecter s'il perd le
|
||||||
@# lien avec la base.
|
@# lien avec la base.
|
||||||
@db_host = pgsql.adm.crans.org
|
if has("sqlgrey-localdb"):
|
||||||
|
@db_host = localhost
|
||||||
|
else:
|
||||||
|
@db_host = pgsql.adm.crans.org
|
||||||
@
|
@
|
||||||
@db_user = sqlgrey
|
@db_user = sqlgrey
|
||||||
@# db_pass = spaces_are_not_supported
|
@# db_pass = spaces_are_not_supported
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue