Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
V
VMSone
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Designerscripte
VMSone
Commits
fae688d1
Commit
fae688d1
authored
5 years ago
by
Joel Kuder
Browse files
Options
Downloads
Patches
Plain Diff
php7 conform ini file (; vs #)
parent
cdd617f5
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!46
Release 3.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/config.ini.example
+15
-15
15 additions, 15 deletions
lib/config.ini.example
with
15 additions
and
15 deletions
lib/config.ini.example
+
15
−
15
View file @
fae688d1
#
Datenbankserver
;
Datenbankserver
db_host = "localhost"
db_host = "localhost"
#
MDatabase Type
;
MDatabase Type
db_type = "mysql"
db_type = "mysql"
#
Mysql User
;
Mysql User
db_user = "mysql-user"
db_user = "mysql-user"
#
Mysql PW
;
Mysql PW
db_pass = "mysql-password"
db_pass = "mysql-password"
#
Datenbank
;
Datenbank
db_base = "vmsone"
db_base = "vmsone"
#
Tabellenpräfix (wichtig wenn mehrere VMS in einer DB liegen)
;
Tabellenpräfix (wichtig wenn mehrere VMS in einer DB liegen)
db_prefix = "vms"
db_prefix = "vms"
#
Domain (ohne Slash am Ende)
;
Domain (ohne Slash am Ende)
domain = "http:#designerscripte.net"
domain = "http:#designerscripte.net"
#
Seitenname
;
Seitenname
seitenname = "VMSOne 3.0 Demo"
seitenname = "VMSOne 3.0 Demo"
#
Seitenwährung
;
Seitenwährung
waehrung = "Coins"
waehrung = "Coins"
#
ID vom Admin
;
ID vom Admin
admin_id = 1
admin_id = 1
#
Adminmail
;
Adminmail
betreibermail = "admin@localhost.com"
betreibermail = "admin@localhost.com"
#
Passwort für Crons
;
Passwort für Crons
cron_pw = "cronpw"
cron_pw = "cronpw"
#
beliebiger Alphanumerischer String hilft beim Schutz vor Autoklickern
;
beliebiger Alphanumerischer String hilft beim Schutz vor Autoklickern
percode = '551c3d4318d668cc2b00d02b40d1e6cd282817c2be65d401ed0cff2e6b'
percode = '551c3d4318d668cc2b00d02b40d1e6cd282817c2be65d401ed0cff2e6b'
#
Komprimierung der Ausgabe zwischen 0 & 10 wobei 0 die Komprimierung der Ausgabe deaktiviert Empfohlener Wert: 1
;
Komprimierung der Ausgabe zwischen 0 & 10 wobei 0 die Komprimierung der Ausgabe deaktiviert Empfohlener Wert: 1
gzip_rate = 0
gzip_rate = 0
#
Wer ist Online
;
Wer ist Online
wer-ist-online_inaktive-zeit = 600
wer-ist-online_inaktive-zeit = 600
wer-ist-online_nickpage-url = '/?content=/nickpage&nick='
wer-ist-online_nickpage-url = '/?content=/nickpage&nick='
; Schriftfarben für Buchungslisten und aktiv/inaktiv. Standard ist grün und rot
; Schriftfarben für Buchungslisten und aktiv/inaktiv. Standard ist grün und rot
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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