rp
09/29/2020, 8:02 PMcat ./supertokens-sqlite-plugin/devConfig.yaml
and show me the output please?mmaha
09/29/2020, 8:02 PMsqlite_config_version: 0
# (OPTIONAL | Default: 10) integer value. Defines the connection pool size to SQLite.
# Please see https://github.com/brettwooldridge/HikariCP/wiki/About-Pool-Sizing
# sqlite_connection_pool_size:
# (COMPULSORY) string value. The file path to the database folder to store SuperTokens related data.
sqlite_database_folder_location: "sqlite_db/"
# (OPTIONAL | Default: "auth_session") string value. The database name to store SuperTokens related data.
# sqlite_database_name:
# (OPTIONAL | Default: "key_value") string value. Specify the name of the table that will store secret keys
# and app info necessary for the functioning sessions.
# sqlite_key_value_table_name:
# (OPTIONAL | Default: "session_info") string value. Specify the name of the table that will store the
# session info for users.
# sqlite_session_info_table_name:
# (OPTIONAL | Default: "past_tokens") string name. Specify the name of the table that will store old tokens.
# This table will only be used if your licenseKey has expired.
# sqlite_past_tokens_table_name:
rp
09/29/2020, 8:03 PM./supertokens-sqlite-plugin/devConfig.yaml
, you will see a line sqlite_database_folder_location: "sqlite_db/"
. Please change that to # sqlite_database_folder_location:
and save that file.
And then run ./startTestingEnv
againmmaha
09/29/2020, 8:04 PMrp
09/29/2020, 8:04 PMrp
09/29/2020, 8:05 PMmmaha
09/29/2020, 8:05 PMrp
09/29/2020, 8:05 PMmmaha
09/29/2020, 8:07 PMrp
09/29/2020, 8:07 PMrp
09/29/2020, 8:10 PMmmaha
09/29/2020, 8:11 PMrp
09/29/2020, 8:15 PMrp
09/29/2020, 8:15 PMrp
09/29/2020, 8:16 PMrp
09/29/2020, 8:17 PMrp
09/29/2020, 8:17 PMjava --version
after install:
openjdk 12.0.2 2019-07-16
OpenJDK Runtime Environment (build 12.0.2+10)
OpenJDK 64-Bit Server VM (build 12.0.2+10, mixed mode, sharing)
mmaha
09/29/2020, 8:18 PMmmaha
09/29/2020, 8:19 PMrp
09/29/2020, 8:19 PMdevConfig.yaml
file and then all tests should passmmaha
09/29/2020, 8:20 PMmmaha
09/29/2020, 8:20 PMrp
09/29/2020, 8:20 PMnot valid for use in process using Library Validation: mapped file has no cdhash, completely unsigned? Code has to be at least ad-hoc signed.
rp
09/29/2020, 8:21 PMrp
09/29/2020, 8:21 PMmmaha
09/29/2020, 8:21 PMmmaha
09/29/2020, 8:21 PMrp
09/29/2020, 8:22 PMmmaha
09/29/2020, 8:32 PMsudo mv ./jdk-12.0.2.jdk /Library/Java/JavaVirtualMachines/