Browse Source

README.md edited online with Bitbucket

lebouquetin 11 years ago
parent
commit
2b506403ba
1 changed files with 14 additions and 1 deletions
  1. 14 1
      README.md

+ 14 - 1
README.md View File

147
 
147
 
148
     cp pod/development.ini.base pod/development.ini
148
     cp pod/development.ini.base pod/development.ini
149
 
149
 
150
+#### Database 
151
+
150
 Configure database in the development.ini file. This is defined as sqlalchemy.url
152
 Configure database in the development.ini file. This is defined as sqlalchemy.url
151
 and the default value is below:
153
 and the default value is below:
152
 
154
 
153
     sqlalchemy.url = postgresql://pod_user:pod_user_password@127.0.0.1:5432/pod
155
     sqlalchemy.url = postgresql://pod_user:pod_user_password@127.0.0.1:5432/pod
154
 
156
 
157
+#### Listening port
158
+
159
+Default configuration is to listen on port 8080. If you want to adapt this to your environment, edit the .ini file and setup the port you want:
160
+
161
+    port = 8080
162
+
163
+#### Interface language
164
+
165
+The default language is English. You can change it to french by uncommenting the following line in the .ini file:
166
+
167
+    lang = fr_FR
155
 
168
 
156
     
169
     
157
 ### Running Pod as standalone ###
170
 ### Running Pod as standalone ###
212
 
225
 
213
 If you need help, contact us. If you want to help, contact us. So... contact us ;)
226
 If you need help, contact us. If you want to help, contact us. So... contact us ;)
214
 
227
 
215
-Damien Accorsi - damien.accorsi@free.fr
228
+Damien Accorsi - damien.accorsi@free.fr