Skip to content

Commit

Permalink
feat: add cira timestamps to db
Browse files Browse the repository at this point in the history
  • Loading branch information
Walt-Intel committed Nov 7, 2023
1 parent 61619dd commit fb47f32
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .mpsrc
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"common_name": "localhost",
"common_name": "192.168.0.10",
"port": 4433,
"country": "US",
"company": "NoCorp",
"listen_any": true,
"tls_offload": false,
"web_port": 3000,
"generate_certificates": true,
"web_admin_user": "",
"web_admin_password": "",
"web_admin_user": "standalone",
"web_admin_password": "G@ppm0ym",
"web_auth_enabled": true,
"vault_address": "http://localhost:8200",
"vault_token": "myroot",
Expand All @@ -18,14 +18,14 @@
"cert_format": "file",
"data_path": "../private/data.json",
"cert_path": "../private",
"jwt_secret": "",
"jwt_secret": "Intel123!",
"jwt_issuer": "9EmRJTbIiIb4bIeSsmgcWIjrR6HyETqc",
"jwt_expiration": "1440",
"cors_origin": "*",
"cors_headers": "*",
"cors_methods": "*",
"db_provider": "postgres",
"connection_string": "postgresql://<USERNAME>:<PASSWORD>@localhost:5432/mpsdb?sslmode=no-verify",
"connection_string": "postgresql://postgresadmin:admin123@localhost:5432/mpsdb",
"instance_name": "localhost",
"mps_tls_config": {
"key": "../private/mpsserver-cert-private.key",
Expand Down

0 comments on commit fb47f32

Please sign in to comment.