diff --git a/.gitignore b/.gitignore index 5517d29..13d0bf5 100644 --- a/.gitignore +++ b/.gitignore @@ -453,4 +453,6 @@ $RECYCLE.BIN/ !.vscode/settings.json !.vscode/tasks.json !.vscode/launch.json -!.vscode/extensions.json \ No newline at end of file +!.vscode/extensions.json +/PhotoWallArt/src/Host/Configurations/hangfire.json +/PhotoWallArt/src/Host/Configurations/database.json diff --git a/PhotoWallArt/src/Host/Configurations/database.json b/PhotoWallArt/src/Host/Configurations/database.json deleted file mode 100644 index 184f32b..0000000 --- a/PhotoWallArt/src/Host/Configurations/database.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "DatabaseSettings": { - "DBProvider": "postgresql", - "ConnectionString": "User ID=excel;Password=D67bwBLqNu9G747ZOqUXDYiihvMyULqE;Host=oregon-postgres.render.com;Port=5432;Database=pwadb_qee9;", - //"ConnectionString": "Data Source=EXCEL\\SQLEXPRESS;Initial Catalog=photowalldb;Integrated Security=True;Connect Timeout=30;Encrypt=False" - //"ConnectionString": "Data Source=SQL8006.site4now.net;Initial Catalog=db_a91bfa_photobook;User Id=db_a91bfa_photobook_admin;Password=123asdf@; Encrypt=false" - //"ConnectionString": "Server=host.docker.internal,49179;Database=photowalldb;User Id=vatebra;Password=SQL@7;Encrypt=False;" - } -} \ No newline at end of file diff --git a/PhotoWallArt/src/Host/Configurations/hangfire.json b/PhotoWallArt/src/Host/Configurations/hangfire.json deleted file mode 100644 index 4340e7b..0000000 --- a/PhotoWallArt/src/Host/Configurations/hangfire.json +++ /dev/null @@ -1,41 +0,0 @@ -{ - "HangfireSettings": { - "Route": "/jobs", - "Dashboard": { - "AppPath": "/", - "StatsPollingInterval": 2000, - "DashboardTitle": "Jobs" - }, - "Server": { - "HeartbeatInterval": "00:00:30", - "Queues": [ - "default", - "notdefault" - ], - "SchedulePollingInterval": "00:00:15", - "ServerCheckInterval": "00:05:00", - "ServerName": null, - "ServerTimeout": "00:05:00", - "ShutdownTimeout": "00:00:15", - "WorkerCount": 5 - }, - "Storage": { - "StorageProvider": "postgresql", - "ConnectionString": "User ID=excel;Password=D67bwBLqNu9G747ZOqUXDYiihvMyULqE;Host=oregon-postgres.render.com;Port=5432;Database=pwadb_qee9;", - //"ConnectionString": "Data Source=EXCEL\\SQLEXPRESS;Initial Catalog=photowalldb;Integrated Security=True;Connect Timeout=30;Encrypt=False", - //"ConnectionString": "Data Source=SQL8006.site4now.net;Initial Catalog=db_a91bfa_photobook;User Id=db_a91bfa_photobook_admin;Password=123asdf@; Encrypt=false", - //"ConnectionString": "Server=host.docker.internal,49179;Database=photowalldb;User Id=vatebra;Password=SQL@7;Encrypt=False;", - "Options": { - "CommandBatchMaxTimeout": "00:05:00", - "QueuePollInterval": "00:00:01", - "UseRecommendedIsolationLevel": true, - "SlidingInvisibilityTimeout": "00:05:00", - "DisableGlobalLocks": true - } - }, - "Credentials": { - "User": "Admin", - "Password": "S3(r3tP@55w0rd" - } - } -} \ No newline at end of file