You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- @ECHO OFF
- REM The script sets environment variables helpful for PostgreSQL
-
- @SET PATH="d:\Program Files\Odoo 17.2alpha1.20240315\PostgreSQL\bin";%PATH%
- @SET PGDATA=d:\Program Files\Odoo 17.2alpha1.20240315\PostgreSQL\data
- @SET PGDATABASE=postgres
- @SET PGUSER=openpg
- @SET PGPORT=5432
- @SET PGLOCALEDIR=d:\Program Files\Odoo 17.2alpha1.20240315\PostgreSQL\share\locale
-
-
|