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
3ab5ad9f
Commit
3ab5ad9f
authored
Jul 10, 2018
by
Jorgen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove configuration. Add example typos config
parent
7c281445
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
15 deletions
+8
-15
configuration.php~
configuration.php~
+0
-8
typos_config_example.php
cp/application/config/typos_config_example.php
+8
-7
No files found.
configuration.php~
deleted
100644 → 0
View file @
7c281445
<?php
>
const
DB_DRIVER
=
'mysql'
;
const
DB_DATABASE
=
'eterfund_typos'
;
const
DB_HOSTNAME
=
'mysql'
;
const
DB_USERNAME
=
'eterfund'
;
const
DB_PASSWORD
=
'yEnHwGY5LEcR3R4a'
;
cp/application/config/typos_config.php
→
cp/application/config/typos_config
_example
.php
View file @
3ab5ad9f
...
...
@@ -2,12 +2,13 @@
/*TYPOS super admin*/
$config
[
'typos_admin_login'
]
=
'admin'
;
$config
[
'typos_admin_password'
]
=
'
someCoolP
assword'
;
$config
[
'typos_admin_email'
]
=
'
info@etersoft.ru
'
;
$config
[
'typos_admin_password'
]
=
'
p
assword'
;
$config
[
'typos_admin_email'
]
=
'
email@admin.com
'
;
$config
[
'pass'
][
'key_1'
]
=
"ghuHJGOuiар"
;
$config
[
'pass'
][
'key_2'
]
=
"vD%F&Bv8bcvjnb%65"
;
$config
[
'pass'
][
'key_3'
]
=
"&^^%$%$*Gposwорапо7д"
;
// Admin passwords
$config
[
'pass'
][
'key_1'
]
=
"password1"
;
$config
[
'pass'
][
'key_2'
]
=
"password2"
;
$config
[
'pass'
][
'key_3'
]
=
"password3"
;
$config
[
'error_login_count'
]
=
3
;
$config
[
'error_login_time'
]
=
600
;
//10 минут
...
...
@@ -15,4 +16,4 @@ $config['error_login_time'] = 600; //10 минут
/* Typos credentials for external apis */
$config
[
'correction_path'
]
=
"correctTypo"
;
$config
[
'typos_user'
]
=
'typos.etersoft'
;
$config
[
'typos_password'
]
=
'Ync~YC{jBamlfuw7N3kG?XkiMpn}l6YJ'
;
\ No newline at end of file
$config
[
'typos_password'
]
=
''
;
\ No newline at end of file
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