Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
framadate
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nounous
framadate
Commits
4818d797
Commit
4818d797
authored
10 years ago
by
Olivier PEREZ
Browse files
Options
Downloads
Patches
Plain Diff
Update constants.php.template
parent
70ad15aa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/inc/constants.php.template
+5
-11
5 additions, 11 deletions
app/inc/constants.php.template
with
5 additions
and
11 deletions
app/inc/constants.php.template
+
5
−
11
View file @
4818d797
...
...
@@ -32,20 +32,14 @@ const ADRESSEMAILADMIN = '<email address>';
// Email for automatic responses (you should set it to "no-reply")
const
ADRESSEMAILREPONSEAUTO
=
'<no-reply@mydomain.com>'
;
// Database name
const
BASE
=
'<database name>'
;
// Database user
const
USER
BASE
=
'<database user>'
;
const
DB_
USER
=
'<database user>'
;
// Database password
const
USER
PASSWD
=
'<database password>'
;
const
DB_
PASSW
OR
D
=
'<database password>'
;
// Database server name, leave empty to use a socket
const
SERVEURBASE
=
'<database server>'
;
// Database type (pdo, mysql, postgres…) http://phplens.com/lens/adodb/docs-adodb.htm#drivers
const
BASE_TYPE
=
'<database type>'
;
const
DB_CONNECTION_STRING
=
'mysql:host=<database host>;dbname=<database name>;port=<database port>'
;
// Default Language using POSIX variant of BC P47 standard (choose in $ALLOWED_LANGUAGES)
const
LANGUE
=
'fr_FR'
;
...
...
@@ -93,8 +87,8 @@ $config = [
'show_the_software'
=>
true
,
// display technical information about the software
'show_cultivate_your_garden'
=>
true
,
// display "developpement and administration" information
/* choix_autre.php / choix_date.php */
'default_poll_duration'
=>
180
,
// default values for the new poll duration (number of days).
'default_poll_duration'
=>
180
,
// default values for the new poll duration (number of days).
/* choix_autre.php */
'user_can_add_img_or_link'
=>
true
,
// user can add link or URL when creating his poll.
'user_can_add_img_or_link'
=>
true
,
// user can add link or URL when creating his poll.
];
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment