forked from soonick/poMMo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.simple.sample.php
More file actions
28 lines (23 loc) · 919 Bytes
/
config.simple.sample.php
File metadata and controls
28 lines (23 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<?php die(); /* DO NOT REMOVE THIS LINE! SERIOUS SECURITY RISK IF REMOVED! */ ?>
==========================================================
Welcome to the poMMo Configuration File! From here you setup your database and
other preferences.
IMPORTANT: This file must be named "config.php" and saved in the "root"
directory of your poMMo installation (where bootstrap.php is).
See config.sample.php for descriptions of settings
==========================================================
[db_hostname] = localhost
[db_username] = brice
[db_password] = 1234
[db_database] = pommo
[db_prefix] = pommo_
[lang] = en
[debug] = off
[verbosity] = 3
[date_format] = 1
The following are auto-detected, and are best left commented out.
** [workDir] = "/path/to/pommoCache"
** [baseURL] = "/mysite/newsletter/";
** [hostname] = www.mysite.com
** [hostport] = 8080
** [subscriber_default_sort] = email