initial commit
This commit is contained in:
48
patches/settings.ini
Normal file
48
patches/settings.ini
Normal file
@@ -0,0 +1,48 @@
|
||||
# Langue du serveur
|
||||
# valeur possible : fr_FR.UTF-8, en_US.utf8
|
||||
# locale -a pour voir la liste des locales disponible
|
||||
my_local=fr_FR.UTF-8
|
||||
|
||||
# My host URL or IP with / at the end
|
||||
my_url=http://localhost:8080/
|
||||
|
||||
url_application=http://localhost:8080/ # Url For the frontend
|
||||
api_endpoint=http://localhost:8080/api # Url for the geonature api don't forget /api
|
||||
api_port=5002
|
||||
api_taxhub=http://localhost/taxhub/api/ # Url for the taxhub api
|
||||
|
||||
install_taxhub=1
|
||||
taxhub_version=1.7.3
|
||||
|
||||
# Configuration front
|
||||
server_side=true # Server side rendering heavy recommanded
|
||||
|
||||
# BackOffice admin passsword
|
||||
admin_password=MotDePasseAChanger
|
||||
|
||||
################################
|
||||
### CONFIGURATION PostgreSQL ###
|
||||
################################
|
||||
|
||||
|
||||
# Localisation du server PostgreSQL.
|
||||
# Les scripts d'installation automatique ne fonctionnent que si votre BDD est sur le même serveur (localhost)
|
||||
pg_host=localhost
|
||||
# Port sur lequel PostgreSQL ecoute
|
||||
pg_port=5432
|
||||
#Base de donnée Geonature
|
||||
pg_dbname=dbname
|
||||
# Nom de l'utilisateur propriétaire des bases UsersHub, GeoNature, TaxHub
|
||||
user_pg=dbuser
|
||||
# Pass de l'utilisateur propriétaire des bases UsersHub, GeoNature, TaxHub
|
||||
user_pg_pass=dbpwd
|
||||
|
||||
#########################
|
||||
### Gunicorn settings ###
|
||||
#########################
|
||||
|
||||
app_name=gncitizen
|
||||
gun_num_workers=2
|
||||
gun_host=localhost
|
||||
gun_port=5002
|
||||
gun_timeout=30
|
Reference in New Issue
Block a user