mirror of
https://github.com/YunoHost/example_ynh.git
synced 2024-09-03 20:06:13 +02:00
Add files via upload
This commit is contained in:
parent
c2847b4588
commit
6ebe6a8db3
1 changed files with 28 additions and 0 deletions
28
sources/config.xml.dist
Normal file
28
sources/config.xml.dist
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
<config
|
||||||
|
lang="fr"
|
||||||
|
langs="fr"
|
||||||
|
|
||||||
|
host="app.cagette"
|
||||||
|
name = "Cagette.net"
|
||||||
|
default_email = "noreply@cagette.net"
|
||||||
|
webmaster_email = "mon_email@mon_domaine.fr"
|
||||||
|
|
||||||
|
database="mysql://root:root@localhost/cagette"
|
||||||
|
sqllog="0"
|
||||||
|
|
||||||
|
debug="0"
|
||||||
|
cache="1"
|
||||||
|
maintain="0"
|
||||||
|
cachetpl="0"
|
||||||
|
key="carotteMagique"
|
||||||
|
|
||||||
|
smtp_host="smtp.mandrillapp.com"
|
||||||
|
smtp_port="587"
|
||||||
|
smtp_user="mon_email@mon_domaine.fr"
|
||||||
|
smtp_pass="blabla"
|
||||||
|
|
||||||
|
mt.net.form.Form.HTML5 = "1"
|
||||||
|
mt.net.form.Form.USE_TWITTER_BOOTSTRAP = "1"
|
||||||
|
|
||||||
|
google_geocoding_key="blabla"
|
||||||
|
/>
|
Loading…
Add table
Reference in a new issue