diff options
Diffstat (limited to 'misc/freeswitch/scripts/ini/database.ini')
-rw-r--r-- | misc/freeswitch/scripts/ini/database.ini | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/freeswitch/scripts/ini/database.ini b/misc/freeswitch/scripts/ini/database.ini new file mode 100644 index 0000000..1652118 --- /dev/null +++ b/misc/freeswitch/scripts/ini/database.ini @@ -0,0 +1,11 @@ +; Gemeinschaft 5 database configuration +; (c) AMOOMA GmbH 2012 +; + +driver = mysql + +[mysql] +host = localhost +database = gemeinschaft +user = gemeinschaft +password = gemeinschaft |