mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
change permission of the migration script
This commit is contained in:
parent
b9af543b45
commit
9cf5d2bc4e
1 changed files with 1 additions and 1 deletions
2
packages/db/elastic_migrations/migrate_from_elastic.py
Normal file → Executable file
2
packages/db/elastic_migrations/migrate_from_elastic.py
Normal file → Executable file
|
|
@ -11,7 +11,7 @@ from elasticsearch.helpers import async_scan
|
|||
|
||||
PG_HOST = os.getenv('PG_HOST', 'localhost')
|
||||
PG_PORT = os.getenv('PG_PORT', 5432)
|
||||
PG_USER = os.getenv('PG_USER', 'hongbowu')
|
||||
PG_USER = os.getenv('PG_USER', 'app_user')
|
||||
PG_PASSWORD = os.getenv('PG_PASSWORD', 'app_pass')
|
||||
PG_DB = os.getenv('PG_DB', 'omnivore')
|
||||
ES_URL = os.getenv('ES_URL', 'http://localhost:9200')
|
||||
|
|
|
|||
Loading…
Reference in a new issue