mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
Add example config
This commit is contained in:
parent
94cd52ccf5
commit
e458024b6a
1 changed files with 47 additions and 0 deletions
47
openvk-example.yml
Normal file
47
openvk-example.yml
Normal file
|
@ -0,0 +1,47 @@
|
|||
openvk:
|
||||
debug: true
|
||||
appearance:
|
||||
name: "OpenVK"
|
||||
motd: "Yet another OpenVK instance"
|
||||
preferences:
|
||||
femaleGenderPriority: true
|
||||
uploads:
|
||||
disableLargeUploads: false
|
||||
mode: "basic"
|
||||
shortcodes:
|
||||
forbiddenNames:
|
||||
- "index.php"
|
||||
security:
|
||||
requireEmail: false
|
||||
requirePhone: false
|
||||
forcePhoneVerification: false
|
||||
forceEmailVerification: false
|
||||
enableSu: true
|
||||
support:
|
||||
supportName: "Moderator"
|
||||
adminAccount: 1 # Change this ok
|
||||
messages:
|
||||
strict: false
|
||||
menu:
|
||||
links:
|
||||
|
||||
adPoster:
|
||||
enable: false
|
||||
src: "https://example.org/ad_poster.jpeg"
|
||||
caption: "Ad caption"
|
||||
link: "https://example.org/product.aspx?id=10&from=ovk"
|
||||
bellsAndWhistles:
|
||||
fartscroll: false
|
||||
testLabel: false
|
||||
credentials:
|
||||
zadarma:
|
||||
enable: false
|
||||
callerId: ""
|
||||
key: ""
|
||||
secret: ""
|
||||
eventDB:
|
||||
enable: false # Better enable this
|
||||
database:
|
||||
dsn: "mysql:unix_socket=/tmp/mysql.sock;dbname=openvk-eventdb"
|
||||
user: ""
|
||||
password: ""
|
Loading…
Reference in a new issue