Skip to content

Commit

Permalink
update config file
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledk2 committed Aug 19, 2024
1 parent 71b8a0d commit 6cb5beb
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions configurations/app_config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
DATABASE_SERVER_URI : "127.0.0.1"
DATABASE_USER : "database_user"
DATABASE_PORT: 5432
DATABASE_PASSWORD : "password"
DATABASE_NAME : "omero"
CACHE_FOLDER : "path/to/folder/app_data"
SECRET_KEY : "fsdasdh3424vvcsd467fgh"
ASYNCHRONOUS_SEARCH : True
Expand All @@ -19,7 +14,7 @@ DATA_SOURCES:
- name: omero1
DATABASE:
DATABASE_NAME: omero
DATABSE_USER: khaledk
DATABASE_PASSWORD: khaled
DATABASE_SERVER_URI: 192.168.0.190
DATABSE_USER: database_user
DATABASE_PASSWORD: password
DATABASE_SERVER_URI: 127.0.0.1
DATABASE_PORT: 5432

0 comments on commit 6cb5beb

Please sign in to comment.