33 Commits

Author SHA1 Message Date
Ben Irvin
3a9b663762
Merge branch 'main' into enh/allow-mysql2 2023-03-28 16:01:59 +02:00
Ben Irvin
41c7792b54 add mysql2 as a db client option 2023-03-22 12:11:15 +01:00
Arthur
92fc52e2fa
chore: use default port for postgres fallback
the default postgres default port is 5432
2023-03-17 20:52:13 -07:00
DMehaffy
999c16f24e
Fix db generated config - pg port
PG port was wrong when generating the database.js config it was using 3306 instead of 5432 as the default
2023-02-27 20:07:01 -07:00
Convly
8f6058aacd Merge branch 'main' of github.com:strapi/strapi into features/data-transfer 2023-02-24 14:47:47 +01:00
Convly
fd10b9b587 Fix the relative path for sqlite database in the default database configuration 2023-02-22 17:08:08 +01:00
Convly
478127d7c7 Merge branch 'main' of github.com:strapi/strapi into features/data-transfer 2023-02-20 16:58:46 +01:00
Sora Morimoto
f86227b8f4 Fix a tiny syntax error in config/database.ts of the template
Signed-off-by: Sora Morimoto <sora@morimoto.io>
2023-02-18 04:13:48 +09:00
Bassel
a364ee79e4 fix generation of transfer token salt 2023-02-03 16:14:34 +02:00
Bassel
ad9060b296 adding api tests for transfer token crud 2023-02-03 13:46:11 +02:00
Dieter Stinglhamber
cb215e1282 fix the db usernam env variable 2022-10-07 14:59:34 +02:00
Dieter Stinglhamber
10aaea4d39 add connection pool settings 2022-09-08 08:49:21 +02:00
Dieter Stinglhamber
2ae198e690 add schema and connection timeout 2022-09-08 08:14:11 +02:00
Dieter Stinglhamber
c068ec5aef fix sqlite client 2022-09-01 09:17:23 +02:00
Dieter Stinglhamber
28db135322 remove DATABASE_URL for SQLite 2022-09-01 07:53:05 +02:00
Dieter Stinglhamber
5b5fe16dd7 update db template 2022-08-31 14:20:27 +02:00
Dieter Stinglhamber
db25b274e0 generate db config with all clients 2022-08-26 15:54:01 +02:00
Alexandre Bodin
cf49ddbbfc Prettier and backend fix 2022-08-11 10:20:49 +02:00
Pierre Noël
3df81b92f1 clean config files for generated projects 2022-08-03 12:06:28 +02:00
Pierre Noël
7f8ea3b5e5 add apiToken.salt directly in the config of created projects 2022-08-01 17:42:37 +02:00
Convly
377e8e9da7 Merge branch 'master' into features/typescript 2022-05-02 15:40:18 +02:00
DMehaffy
7c67be10e7
Fix ADMIN_JWT_SECRET being generated with a space
Fixing a typo
2022-04-19 01:47:59 -07:00
Convly
4fa2804f35 Merge branch 'master' into features/typescript 2022-04-15 15:47:16 +02:00
Pierre Noël
9fc63af260 harmonize secret generation + don't generate in production mode 2022-04-07 16:34:56 +02:00
Convly
fb91d68983 Typos 2022-04-04 11:41:13 +02:00
Convly
116505d892 Handle ts projects with generators 2022-04-04 11:36:55 +02:00
Pierre Noël
b48cf115c7 rename APP_SECRETS to APP_KEYS 2022-01-25 11:06:52 +01:00
Pierre Noël
c9b0f048d7 remove url config 2022-01-21 16:39:06 +01:00
Pierre Noël
8b39d44992 create app keys at app creation instead of runtime auto-generation 2022-01-19 17:13:00 +01:00
Alexandre Bodin
a33d9e56be Move admin config to config/admin.js 2021-10-26 12:12:02 +02:00
Alexandre Bodin
e973804399 Filters working 2021-07-05 18:35:16 +02:00
Alexandre Bodin
b4ecb48c44 Remove mongoose connector 2021-06-29 16:27:35 +02:00
Alexandre Bodin
a14504e699 Init scoped packages 2021-04-29 12:03:54 +02:00