diff --git a/devserver/.awsrc b/devserver/.awsrc deleted file mode 100644 index 8f9ac69..0000000 --- a/devserver/.awsrc +++ /dev/null @@ -1,4 +0,0 @@ -export AWS_SECRET_ACCESS_KEY=b6d1c8ec97052b8a40ae953de34f336170d85554fbe7875acce0ff51464724ee -export AWS_ACCESS_KEY_ID=GK458f9d7315fc6c9686c41045 -export AWS_DEFAULT_REGION="garage" -export AWS_ENDPOINT_URL="http://localhost:3900" diff --git a/temp.toml b/temp.toml deleted file mode 100644 index 7a0c008..0000000 --- a/temp.toml +++ /dev/null @@ -1,54 +0,0 @@ -[general] - protocol = "https" - domain = "serveo.net" - subdomain = "31b5744cc8c043386fe5c4ec2fb414f6" - private_port = 8080 - public_port = 443 - -[ssl] - handle_ssl = false - -[admin] - username = "server-admin" - first_time_setup_otp = "Example otp password" - profiling_password = "" - allow_registration = true - auth_fetch_for_get = false - auth_fetch_for_non_get = true - -[webauthn] - display_name = "Linstrom" - -[storage] - host = "localhost" - username = "linstrom" - password = "linstrom" - db_name = "linstrom" - port = 5432 - ssl_mode = "disable" - time_zone = "Europe/Berlin" - max_in_memory_cache_size = 1000000 - max_in_memory_cache_ttl = 5 - max_reconnect_attempts = 3 - -[mail] - host = "localhost" - port = 587 - username = "linstrom" - password = "linstrom" - -[self] - server_actor_display_name = "Server actor" - server_display_name = "Linstrom" - -[s3] - key_id = "GK458f9d7315fc6c9686c41045" - secret = "b6d1c8ec97052b8a40ae953de34f336170d85554fbe7875acce0ff51464724ee" - region = "garage" - endpoint = "http://localhost:3900" - use_ssl = false - bucket_name = "linstrom-bucket" - -[experimental] - use_ed25519_keys = false - auth_fetch_for_server_actor = false