-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
23 lines (20 loc) · 1.65 KB
/
example.env
File metadata and controls
23 lines (20 loc) · 1.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#--------------------------------------------------------------------------------------------------#
# ENVIRONMENT SETTING #
# It can be anything, but "development", "local" and "production" are supported out of the box. #
# Do not use "development" on production and viceversa, because it has effect on debug settings. #
#--------------------------------------------------------------------------------------------------#
APP_ENV="local"
APP_HOST=""
#--------------------------------------------------------------------------------------------------#
# APPLICATION PASSWORDS #
# These are application passwords for debugging purposes. Passwords are only meant to work in #
# development environment. Don't add these to production code or add debug users to production. #
#--------------------------------------------------------------------------------------------------#
ADMIN_APP_USERNAME=""
ADMIN_APP_PASSWORD=""
#--------------------------------------------------------------------------------------------------#
# API KEYS #
#--------------------------------------------------------------------------------------------------#
#--------------------------------------------------------------------------------------------------#
# MISCELLANEOUS #
#--------------------------------------------------------------------------------------------------#