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
de04d474
Commit
de04d474
authored
10 years ago
by
Olivier PEREZ
Browse files
Options
Downloads
Patches
Plain Diff
Minor changes on "constants.php.template"
parent
fae91f6f
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
+3
-3
3 additions, 3 deletions
app/inc/constants.php.template
with
3 additions
and
3 deletions
app/inc/constants.php.template
+
3
−
3
View file @
de04d474
...
...
@@ -24,7 +24,7 @@ const VERSION = 0.8;
const
STUDS_URL
=
'<www.mydomain.com>'
;
// Application name
const
NOMAPPLICATION
=
"
<Application name>
"
;
const
NOMAPPLICATION
=
'
<Application name>
'
;
// Database administrator email
const
ADRESSEMAILADMIN
=
'<email address>'
;
...
...
@@ -36,7 +36,7 @@ const ADRESSEMAILREPONSEAUTO = '<no-reply@mydomain.com>';
const
BASE
=
'<database name>'
;
// Database user
const
USERBASE
=
"
<database user>
"
;
const
USERBASE
=
'
<database user>
'
;
// Database password
const
USERPASSWD
=
'<database password>'
;
...
...
@@ -44,7 +44,7 @@ const USERPASSWD = '<database password>';
// Database server name, leave empty to use a socket
const
SERVEURBASE
=
'<database server>'
;
// Database type (mysql, postgres…) http://phplens.com/lens/adodb/docs-adodb.htm#drivers
// Database type (
pdo,
mysql, postgres…) http://phplens.com/lens/adodb/docs-adodb.htm#drivers
const
BASE_TYPE
=
'<database type>'
;
// Default Language using POSIX variant of BC P47 standard (choose in $ALLOWED_LANGUAGES)
...
...
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