From ad46be22d3f3c2058eb490bef9650c95a211e7ad Mon Sep 17 00:00:00 2001 From: Kathryn Roscoe Date: Wed, 13 Mar 2024 13:54:10 +0100 Subject: [PATCH] removed the accidental config file push --- config.toml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 config.toml diff --git a/config.toml b/config.toml deleted file mode 100644 index 00b0ae8c3..000000000 --- a/config.toml +++ /dev/null @@ -1,15 +0,0 @@ -# These are the default values for environment variables -# They should be overwritten if FloodAdapt is imported as a package -# Use the functions in config.py to overwrite these at runtime -# IMPORTANT: do not use backslashes in the path or the toml reader will fail -# Use only forward slashes like in the examples - - -# Path to the svn database root -DATABASE_ROOT="../Database" - -# Path to the system folder -SYSTEM_FOLDER="../Database/system" - -# Default database_name (containing the input, output and static folder) used in headless mode (only backend) by tests. -DATABASE_NAME="charleston_full_20240207"