File tree Expand file tree Collapse file tree 3 files changed +0
-28
lines changed
api-monorepo/apps/backend/config Expand file tree Collapse file tree 3 files changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -2,15 +2,6 @@ import env from '#start/env'
22import app from '@adonisjs/core/services/app'
33import { defineConfig } from '@adonisjs/core/http'
44
5- /**
6- * The app key is used for encrypting cookies, generating signed URLs,
7- * and by the "encryption" module.
8- *
9- * The encryption module will fail to decrypt data if the key is lost or
10- * changed. Therefore it is recommended to keep the app key secure.
11- */
12- export const appKey = env . get ( 'APP_KEY' )
13-
145/**
156 * The app URL can be used in various places where you want to create absolute
167 * URLs to your application. For example, when sending emails, images should
Original file line number Diff line number Diff line change @@ -2,15 +2,6 @@ import env from '#start/env'
22import app from '@adonisjs/core/services/app'
33import { defineConfig } from '@adonisjs/core/http'
44
5- /**
6- * The app key is used for encrypting cookies, generating signed URLs,
7- * and by the "encryption" module.
8- *
9- * The encryption module will fail to decrypt data if the key is lost or
10- * changed. Therefore it is recommended to keep the app key secure.
11- */
12- export const appKey = env . get ( 'APP_KEY' )
13-
145/**
156 * The app URL can be used in various places where you want to create absolute
167 * URLs to your application. For example, when sending emails, images should
Original file line number Diff line number Diff line change 1- import env from '#start/env'
21import app from '@adonisjs/core/services/app'
32import { defineConfig } from '@adonisjs/core/http'
43
5- /**
6- * The app key is used for encrypting cookies, generating signed URLs,
7- * and by the "encryption" module.
8- *
9- * The encryption module will fail to decrypt data if the key is lost or
10- * changed. Therefore it is recommended to keep the app key secure.
11- */
12- export const appKey = env . get ( 'APP_KEY' )
13-
144/**
155 * The configuration settings used by the HTTP server
166 */
You can’t perform that action at this time.
0 commit comments