Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
retypos-server
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eterfund
retypos-server
Commits
6f1c3362
Commit
6f1c3362
authored
Mar 09, 2017
by
Георгий Попов
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change configuration format
parent
01414170
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
configuration.php.example
configuration.php.example
+8
-4
No files found.
configuration.php.example
View file @
6f1c3362
<?php
$db_name
=
'eterfund_typos'
;
$db_host
=
'mysql'
;
$db_user
=
'eterfund'
;
$db_pass
=
'passwd'
;
// Настройки подключения к базе данных
const
DB_DRIVER
=
'mysql'
;
const
DB_DATABASE
=
'eterfund_typos'
;
const
DB_HOSTNAME
=
'localhost'
;
const
DB_USERNAME
=
'eterfund'
;
const
DB_PASSWORD
=
'helloworldpassword'
;
?>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment